mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +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
|
|
@ -329,7 +329,7 @@ services:
|
|||
# OAuth2 Token Endpoint.
|
||||
#- OAUTH2_TOKEN_ENDPOINT=/oauth/token
|
||||
# OAUTH2 ID Token Whitelist Fields.
|
||||
#- OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[]
|
||||
#- OAUTH2_ID_TOKEN_WHITELIST_FIELDS=""
|
||||
# OAUTH2 Request Permissions.
|
||||
#- OAUTH2_REQUEST_PERMISSIONS=openid profile email
|
||||
# OAuth2 ID Mapping
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue