Fix Snap OAUTH2_REQUEST_PERMISSIONS of Google/OAuth2/OIDC login.

Thanks to xet7 !

Fixes #4316
This commit is contained in:
Lauri Ojansivu 2022-01-23 11:16:47 +02:00
parent 71c575d4b5
commit 4bf6b457ae
3 changed files with 4 additions and 4 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 \