mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Try to fix OAUTH2_REQUEST_PERMISSIONS by removing quotes.
Thanks to pcurie and xet7 !
Related 892ee60527
This commit is contained in:
parent
9b56f149e1
commit
5e65dfc272
6 changed files with 7 additions and 7 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue