mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 20:56:09 +01:00
- Fix OIDC Docker login. Empty string results to empty array at wekan/server/authentication.js
Thanks to xet7 ! Closes #2206
This commit is contained in:
parent
f9abfe5244
commit
bddbaa7bc2
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
|
|||
OAUTH2_ID_MAP="" \
|
||||
OAUTH2_USERNAME_MAP="" \
|
||||
OAUTH2_FULLNAME_MAP="" \
|
||||
OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[] \
|
||||
OAUTH2_ID_TOKEN_WHITELIST_FIELDS="" \
|
||||
OAUTH2_REQUEST_PERMISSIONS='openid profile email' \
|
||||
OAUTH2_EMAIL_MAP="" \
|
||||
LDAP_ENABLE=false \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue