diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-02-27 06:02:00 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-02-27 06:02:00 +0200 |
commit | 05351c0ac100dc481f8eb6430a871f6e6d015cf0 (patch) | |
tree | 9201ab48774179088f33f63872425c2431bcdcf9 /releases/virtualbox/start-wekan.sh | |
parent | 5e66119bf0c29bd34707058461ad8df4e0730179 (diff) | |
download | wekan-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 'releases/virtualbox/start-wekan.sh')
-rwxr-xr-x | releases/virtualbox/start-wekan.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh index 2f2e9ea3..e04209d0 100755 --- a/releases/virtualbox/start-wekan.sh +++ b/releases/virtualbox/start-wekan.sh @@ -114,10 +114,6 @@ #export OAUTH2_FULLNAME_MAP= # OAuth2 Email Mapping #export OAUTH2_EMAIL_MAP= - # OAUTH2 ID Token Whitelist Fields. - #export OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[] - # OAUTH2 Request Permissions. - #export OAUTH2_REQUEST_PERMISSIONS=[openid profile email] #--------------------------------------------- # LDAP_ENABLE : Enable or not the connection by the LDAP # example : export LDAP_ENABLE=true |