Skip to content

Commit

Permalink
Implicit grant flow,
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 23, 2023
1 parent 55ed761 commit ea75c2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@
azure = oauth.register(
"azure",
client_id=secrets["client_id"],
# client_secret=secrets["client_secret"],
client_secret=secrets["client_s ecret"],
server_metadata_url=f'https://login.microsoftonline.com/{secrets["tenant_id"]}/v2.0/.well-known/openid-configuration',
client_kwargs={
"scope": "openid email profile Group.ReadWrite.All offline_access",
'token_endpoint_auth_method': 'none'

},
)

Expand Down

0 comments on commit ea75c2f

Please sign in to comment.