diff --git a/apiserver/plane/authentication/provider/oauth/oidc.py b/apiserver/plane/authentication/provider/oauth/oidc.py index 05ffb8fa5d..104c62d5d0 100644 --- a/apiserver/plane/authentication/provider/oauth/oidc.py +++ b/apiserver/plane/authentication/provider/oauth/oidc.py @@ -66,7 +66,7 @@ def __init__(self, request, code=None, state=None, callback=None): "redirect_uri": redirect_uri, "scope": self.scope, "state": state, - "response_type": "code id_token" + "response_type": "code" } auth_url = ( f"{OIDC_URL_AUTHORIZATION}?{urlencode(url_params)}"