Skip to content

Commit

Permalink
temp change in login conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankg101 committed Sep 27, 2023
1 parent 74671bc commit 1d66a9a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conf/defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -479,15 +479,15 @@ allowed_organizations =
#################################### Azure AD OAuth #######################
[auth.azuread]
name = Azure AD
enabled = false
allow_sign_up = true
client_id = some_client_id
client_secret =
enabled = true
;allow_sign_up = true
client_id = 190aea98-f89e-4fd6-b2d2-89e16b490ff1
client_secret = 0sK8Q~LYvnVZRRZruiVodqa~.KNygugwLHm34bNg
auth_url = https://login.microsoftonline.com/54067617-1ace-44a2-b7d9-f59327ef106d/oauth2/v2.0/authorize
token_url = https://login.microsoftonline.com/54067617-1ace-44a2-b7d9-f59327ef106d/oauth2/v2.0/token
scopes = openid email profile
auth_url = https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/authorize
token_url = https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/token
allowed_domains =
allowed_groups =
;allowed_domains =
;allowed_groups =

#################################### Okta OAuth #######################
[auth.okta]
Expand Down

0 comments on commit 1d66a9a

Please sign in to comment.