From b66f471e530d41a3f12e4bfc29548313e9a73c35 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 13 Feb 2019 03:01:10 +0200 Subject: - Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS. Thanks to xet7. Related #1874 --- start-wekan.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'start-wekan.sh') diff --git a/start-wekan.sh b/start-wekan.sh index 1de75aa4..bbfbff2b 100755 --- a/start-wekan.sh +++ b/start-wekan.sh @@ -93,8 +93,12 @@ function wekan_repo_check(){ #export OAUTH2_USERNAME_MAP=email # The claim name you want to map to the full name field: #export OAUTH2_FULLNAME_MAP=name - # Tthe claim name you want to map to the email field: + # 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 -- cgit v1.2.3-1-g7c22