summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorDominikPf <>2019-05-23 10:28:08 +0200
committerDominikPf <>2019-05-23 10:28:08 +0200
commit892ee605270d583d800ec5ff9e1e4844eae92b38 (patch)
tree4f18a2629f7409a1e36edb3607fe6253ef72310a /Dockerfile
parentd83cb75f95e94524e1117111ca0dd063021cf3b8 (diff)
downloadwekan-892ee605270d583d800ec5ff9e1e4844eae92b38.tar.gz
wekan-892ee605270d583d800ec5ff9e1e4844eae92b38.tar.bz2
wekan-892ee605270d583d800ec5ff9e1e4844eae92b38.zip
Fix Scope parsing Issue for OAuth2 Login
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bdd3b4ca..09df2c08 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -41,7 +41,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
OAUTH2_USERNAME_MAP="" \
OAUTH2_FULLNAME_MAP="" \
OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[] \
- OAUTH2_REQUEST_PERMISSIONS=['openid','profiles','email'] \
+ OAUTH2_REQUEST_PERMISSIONS='openid profiles email' \
OAUTH2_EMAIL_MAP="" \
LDAP_ENABLE=false \
LDAP_PORT=389 \