chore(settings): use correct (standard-compliant) azure scopes per default

This commit is contained in:
Sarah Vaupel 2024-05-16 18:24:34 +02:00
parent cb7a00fbe0
commit c7d21b34c7

View File

@ -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:"