mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Azure AD B2C login using OAuth2. https://github.com/wekan/wekan/wiki/B2C
Thanks to snowsky and xet7 ! Fixes #5242
This commit is contained in:
parent
5a9a5df448
commit
93be112a94
11 changed files with 40 additions and 3 deletions
|
@ -54,6 +54,7 @@ ENV \
|
|||
OAUTH2_ENABLED=false \
|
||||
OAUTH2_CA_CERT="" \
|
||||
OAUTH2_ADFS_ENABLED=false \
|
||||
OAUTH2_B2C_ENABLED=false \
|
||||
OAUTH2_LOGIN_STYLE=redirect \
|
||||
OAUTH2_CLIENT_ID="" \
|
||||
OAUTH2_SECRET="" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue