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
|
@ -391,6 +391,8 @@ services:
|
|||
#- OAUTH2_CA_CERT=ABCD1234
|
||||
# Use OAuth2 ADFS additional changes. Also needs OAUTH2_ENABLED=true setting.
|
||||
#- OAUTH2_ADFS_ENABLED=false
|
||||
# Azure AD B2C. https://github.com/wekan/wekan/issues/5242
|
||||
#- OAUTH2_B2C_ENABLED=false
|
||||
# OAuth2 login style: popup or redirect.
|
||||
#- OAUTH2_LOGIN_STYLE=redirect
|
||||
# Application GUID captured during app registration:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue