Skip to content

Commit

Permalink
doc: 添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhw committed May 23, 2024
1 parent aec809e commit 3f24bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/handlers/oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3f24bb9

Please sign in to comment.