diff --git a/B2C.md b/B2C.md new file mode 100644 index 0000000..41363a0 --- /dev/null +++ b/B2C.md @@ -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 +```