Skip to content

Commit

Permalink
Removing secret.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 23, 2023
1 parent ea75c2f commit 33ec2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
azure = oauth.register(
"azure",
client_id=secrets["client_id"],
client_secret=secrets["client_s ecret"],
# 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",
Expand Down

0 comments on commit 33ec2f9

Please sign in to comment.