diff options
author | DominikPf <> | 2019-05-23 10:28:08 +0200 |
---|---|---|
committer | DominikPf <> | 2019-05-23 10:28:08 +0200 |
commit | 892ee605270d583d800ec5ff9e1e4844eae92b38 (patch) | |
tree | 4f18a2629f7409a1e36edb3607fe6253ef72310a /releases/virtualbox | |
parent | d83cb75f95e94524e1117111ca0dd063021cf3b8 (diff) | |
download | wekan-892ee605270d583d800ec5ff9e1e4844eae92b38.tar.gz wekan-892ee605270d583d800ec5ff9e1e4844eae92b38.tar.bz2 wekan-892ee605270d583d800ec5ff9e1e4844eae92b38.zip |
Fix Scope parsing Issue for OAuth2 Login
Diffstat (limited to 'releases/virtualbox')
-rwxr-xr-x | releases/virtualbox/start-wekan.sh | 2 |
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: |