From 634df8f6f26a7a7a2df6f87a705d322d88638425 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 22 May 2019 21:37:01 +0300 Subject: - Fix: OAuth2 Requested Scopes are wrong / cannot be configured. Thanks to DominikPf and xet7 ! Closes #2412 --- start-wekan.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'start-wekan.sh') diff --git a/start-wekan.sh b/start-wekan.sh index f94cb66c..25fd9bb1 100755 --- a/start-wekan.sh +++ b/start-wekan.sh @@ -141,6 +141,10 @@ function wekan_repo_check(){ #export OAUTH2_USERINFO_ENDPOINT=/oauth/userinfo # OAuth2 Token Endpoint. #export OAUTH2_TOKEN_ENDPOINT=/oauth/token + # OAUTH2 ID Token Whitelist Fields. + #export OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[] + # OAUTH2 Request Permissions. + #export OAUTH2_REQUEST_PERMISSIONS=['openid','profile','email'] # OAuth2 ID Mapping #export OAUTH2_ID_MAP= # OAuth2 Username Mapping -- cgit v1.2.3-1-g7c22