mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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
|
|
@ -394,6 +394,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 docs: https://github.com/wekan/wekan/wiki/OAuth2
|
||||
# OAuth2 Client ID, for example from Rocket.Chat. Example: abcde12345
|
||||
# example: OAUTH2_CLIENT_ID=abcde12345
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue