This commit is contained in:
Robert Schuh 2022-05-26 14:53:15 +02:00 коммит произвёл Jared Murrell
Родитель afe27b485d
Коммит 32c6886014
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,12 @@ AZURE_USERNAME_ATTRIBUTE=userPrincipalName
## This should not be necessary if you add a new
## attribute for user mapping
## Default: false
#AZURE_USER_IS_UPN=true
#AZURE_USER_IS_UPN=true
## If we want to support nested group memberships
## this will use transitive members apis instead of
## direct member apis
## Default: false
#AZURE_USE_TRANSITIVE_GROUP_MEMBERS=true
#########################
## Additional settings ##