Created B2C (markdown)

Lauri Ojansivu 2023-12-17 13:53:29 +02:00
parent e88fba40f8
commit 9b43f1a0f1

9
B2C.md Normal file

@ -0,0 +1,9 @@
## Azure AD B2C using OAuth2
- Original issue: https://github.com/wekan/wekan/issues/5242
- Similar like [ADFS](ADFS), but email is first from array userinfo[emails]
```
OAUTH2_ENABLED=true
OAUTH2_B2C_ENABLED=true
```