summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-23 11:43:10 +0300
committerGitHub <noreply@github.com>2019-05-23 11:43:10 +0300
commitd067b3976c43afce60af96b9829fb8d53bc62b3c (patch)
tree4f18a2629f7409a1e36edb3607fe6253ef72310a /Dockerfile
parentd83cb75f95e94524e1117111ca0dd063021cf3b8 (diff)
parent892ee605270d583d800ec5ff9e1e4844eae92b38 (diff)
downloadwekan-d067b3976c43afce60af96b9829fb8d53bc62b3c.tar.gz
wekan-d067b3976c43afce60af96b9829fb8d53bc62b3c.tar.bz2
wekan-d067b3976c43afce60af96b9829fb8d53bc62b3c.zip
Merge pull request #2427 from DominikPf/OAuth2-fix
Fix Scope parsing Issue for OAuth2 Login with simple String
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 \