chore(settings): use correct (standard-compliant) azure scopes per default
This commit is contained in:
parent
cb7a00fbe0
commit
c7d21b34c7
@ -136,7 +136,7 @@ user-auth:
|
||||
client-id: "_env:AZURECLIENTID:00000000-0000-0000-0000-000000000000"
|
||||
client-secret: "_env:AZURECLIENTSECRET:''"
|
||||
tenant-id: "_env:AZURETENANTID:00000000-0000-0000-0000-000000000000"
|
||||
scopes: "_env:AZURESCOPES:[ID,Profile]"
|
||||
scopes: "_env:AZURESCOPES:[email,openid,profile,offline_access]"
|
||||
# protocol: "ldap"
|
||||
# config:
|
||||
# host: "_env:LDAPHOST:"
|
||||
|
||||
Reference in New Issue
Block a user