summaryrefslogtreecommitdiffstats
path: root/start-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-27 06:02:00 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-27 06:02:00 +0200
commit05351c0ac100dc481f8eb6430a871f6e6d015cf0 (patch)
tree9201ab48774179088f33f63872425c2431bcdcf9 /start-wekan.sh
parent5e66119bf0c29bd34707058461ad8df4e0730179 (diff)
downloadwekan-05351c0ac100dc481f8eb6430a871f6e6d015cf0.tar.gz
wekan-05351c0ac100dc481f8eb6430a871f6e6d015cf0.tar.bz2
wekan-05351c0ac100dc481f8eb6430a871f6e6d015cf0.zip
- Fix OIDC error "a.join is not a function" b reverting
configurable OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS from Wekan v2.22-2.26. Thanks to xet7 ! Closes #2206, Related #1874, Related #1722
Diffstat (limited to 'start-wekan.sh')
-rwxr-xr-xstart-wekan.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/start-wekan.sh b/start-wekan.sh
index c9745af9..7b7cd6a9 100755
--- a/start-wekan.sh
+++ b/start-wekan.sh
@@ -95,10 +95,6 @@ function wekan_repo_check(){
#export OAUTH2_FULLNAME_MAP=name
# The claim name you want to map to the email field:
#export OAUTH2_EMAIL_MAP=email
- # OAUTH2 ID Token Whitelist Fields.
- #export OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[]
- # OAUTH2 Request Permissions.
- #export OAUTH2_REQUEST_PERMISSIONS=[openid profile email]
#-----------------------------------------------------------------
# ==== OAUTH2 KEYCLOAK ====
# https://github.com/wekan/wekan/wiki/Keycloak <== MAPPING INFO, REQUIRED