diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-05-22 21:37:01 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-05-22 21:37:01 +0300 |
commit | 634df8f6f26a7a7a2df6f87a705d322d88638425 (patch) | |
tree | 5b91f914f7106d21e1e728b69f2c57f62409020e /releases/virtualbox | |
parent | d194cc7a5a3daa624989e34e65968d3ba2733337 (diff) | |
download | wekan-634df8f6f26a7a7a2df6f87a705d322d88638425.tar.gz wekan-634df8f6f26a7a7a2df6f87a705d322d88638425.tar.bz2 wekan-634df8f6f26a7a7a2df6f87a705d322d88638425.zip |
- Fix: OAuth2 Requested Scopes are wrong / cannot be configured.
Thanks to DominikPf and xet7 !
Closes #2412
Diffstat (limited to 'releases/virtualbox')
-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 0a44946a..cb48db37 100755 --- a/releases/virtualbox/start-wekan.sh +++ b/releases/virtualbox/start-wekan.sh @@ -81,6 +81,10 @@ #export OAUTH2_AUTH_ENDPOINT=/oauth2/v2.0/authorize #export OAUTH2_USERINFO_ENDPOINT=https://graph.microsoft.com/oidc/userinfo #export OAUTH2_TOKEN_ENDPOINT=/oauth2/v2.0/token + # OAUTH2 ID Token Whitelist Fields. + #export OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[] + # OAUTH2 Request Permissions. + #export OAUTH2_REQUEST_PERMISSIONS=['openid','profile','email'] # The claim name you want to map to the unique ID field: #export OAUTH2_ID_MAP=email # The claim name you want to map to the username field: |