Skip to content

Commit

Permalink
change in defaults.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankg101 committed Oct 5, 2023
1 parent 865d7b3 commit d2c7687
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -481,11 +481,11 @@ allowed_organizations =
name = Azure AD
enabled = false
allow_sign_up = true
client_id = some_client_id
client_id =
client_secret =
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
scopes =
auth_url =
token_url =
allowed_domains =
allowed_groups =

Expand Down

0 comments on commit d2c7687

Please sign in to comment.