summaryrefslogtreecommitdiffstats
path: root/releases/virtualbox/start-wekan.sh
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 /releases/virtualbox/start-wekan.sh
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 'releases/virtualbox/start-wekan.sh')
-rwxr-xr-xreleases/virtualbox/start-wekan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh
index cb48db37..ae320df5 100755
--- a/releases/virtualbox/start-wekan.sh
+++ b/releases/virtualbox/start-wekan.sh
@@ -84,7 +84,7 @@
# OAUTH2 ID Token Whitelist Fields.
#export OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[]
# OAUTH2 Request Permissions.
- #export OAUTH2_REQUEST_PERMISSIONS=['openid','profile','email']
+ #export OAUTH2_REQUEST_PERMISSIONS='openid profile email'
# The claim name you want to map to the unique ID field:
#export OAUTH2_ID_MAP=email
# The claim name you want to map to the username field: