mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 16:11:47 +01:00
Fix Scope parsing Issue for OAuth2 Login
This commit is contained in:
parent
d83cb75f95
commit
892ee60527
9 changed files with 11 additions and 12 deletions
|
|
@ -41,7 +41,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
|
|||
OAUTH2_USERNAME_MAP="" \
|
||||
OAUTH2_FULLNAME_MAP="" \
|
||||
OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[] \
|
||||
OAUTH2_REQUEST_PERMISSIONS=['openid','profiles','email'] \
|
||||
OAUTH2_REQUEST_PERMISSIONS='openid profiles email' \
|
||||
OAUTH2_EMAIL_MAP="" \
|
||||
LDAP_ENABLE=false \
|
||||
LDAP_PORT=389 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue