diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-02-13 03:01:10 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-02-13 03:01:10 +0200 |
commit | b66f471e530d41a3f12e4bfc29548313e9a73c35 (patch) | |
tree | b6b76303cc587f9902531a2f5c3eb360684e74dc /releases/virtualbox/start-wekan.sh | |
parent | 202b8a92af25946539d2009f3a54fbac4bcf2c7e (diff) | |
download | wekan-b66f471e530d41a3f12e4bfc29548313e9a73c35.tar.gz wekan-b66f471e530d41a3f12e4bfc29548313e9a73c35.tar.bz2 wekan-b66f471e530d41a3f12e4bfc29548313e9a73c35.zip |
- Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDS
and OAUTH2_REQUEST_PERMISSIONS.
Thanks to xet7.
Related #1874
Diffstat (limited to 'releases/virtualbox/start-wekan.sh')
-rwxr-xr-x | releases/virtualbox/start-wekan.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh index 31d4df58..d8ac716e 100755 --- a/releases/virtualbox/start-wekan.sh +++ b/releases/virtualbox/start-wekan.sh @@ -114,6 +114,10 @@ #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 |