We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225d021 commit 38f82eeCopy full SHA for 38f82ee
app/routes.py
@@ -1063,8 +1063,6 @@ def oidc_callback():
1063
except Exception as decode_error:
1064
current_app.logger.warning(f"Failed to decode ID token: {decode_error}")
1065
1066
- # If still no user_info, try fetching from userinfo endpoint
1067
- if not user_info:
1068
# If still no user_info, try fetching from userinfo endpoint
1069
if not user_info:
1070
try:
0 commit comments