Skip to content

Commit

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

Expand Down

0 comments on commit 55ed761

Please sign in to comment.