summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-13 03:01:10 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-13 03:01:10 +0200
commitb66f471e530d41a3f12e4bfc29548313e9a73c35 (patch)
treeb6b76303cc587f9902531a2f5c3eb360684e74dc /start-wekan.bat
parent202b8a92af25946539d2009f3a54fbac4bcf2c7e (diff)
downloadwekan-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 'start-wekan.bat')
-rw-r--r--start-wekan.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/start-wekan.bat b/start-wekan.bat
index 02e9258e..9d6305b6 100644
--- a/start-wekan.bat
+++ b/start-wekan.bat
@@ -74,6 +74,11 @@ REM # OAuth2 Token Endpoint. Example: /oauth/token
REM # example: OAUTH2_TOKEN_ENDPOINT=/oauth/token
REM SET OAUTH2_TOKEN_ENDPOINT=
+REM # OAUTH2 ID Token Whitelist Fields.
+REM SET OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[]
+REM # OAUTH2 Request Permissions.
+REM SET OAUTH2_REQUEST_PERMISSIONS=[openid email profile]
+
REM ------------------------------------------------------------
REM # LDAP_ENABLE : Enable or not the connection by the LDAP