Try to fix OAUTH2_REQUEST_PERMISSIONS by removing quotes.

Thanks to pcurie and xet7 !

Related 892ee60527
This commit is contained in:
Lauri Ojansivu 2022-01-21 18:11:47 +02:00
parent 9b56f149e1
commit 5e65dfc272
6 changed files with 7 additions and 7 deletions

View file

@ -54,7 +54,7 @@ ENV \
OAUTH2_USERNAME_MAP="" \
OAUTH2_FULLNAME_MAP="" \
OAUTH2_ID_TOKEN_WHITELIST_FIELDS="" \
OAUTH2_REQUEST_PERMISSIONS='openid profile email' \
OAUTH2_REQUEST_PERMISSIONS="openid profile email" \
OAUTH2_EMAIL_MAP="" \
LDAP_ENABLE=false \
LDAP_PORT=389 \