Skip to content

Commit

Permalink
Update the openid scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jul 23, 2024
1 parent 5c08e00 commit 4a9abf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ async def redirect_authorization(return_url: str = None):
"""Redirect to the authorization URL with the appropriate parameters"""

params = {
'scope': "openid profile email org.cilogon.userinfo",
'scope': "openid profile email",
'client_id': os.environ['OAUTH_CLIENT_ID'],
'response_type': "code",
'redirect_uri': os.environ['REDIRECT_URI']
Expand Down

0 comments on commit 4a9abf5

Please sign in to comment.