From 3f24bb947652f0caa16068d4e29adc58b3de93cd Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 23 May 2024 10:41:49 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- synapse/handlers/oidc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synapse/handlers/oidc.py b/synapse/handlers/oidc.py index 22b59829fa..05187cf435 100644 --- a/synapse/handlers/oidc.py +++ b/synapse/handlers/oidc.py @@ -1058,6 +1058,7 @@ async def handle_redirect_request( return prepare_grant_uri( authorization_endpoint, client_id=self._client_auth.client_id, + # response_type="id_token", response_type="code", redirect_uri=self._callback_url, scope=self._scopes,