From 9b43f1a0f117c9e845fa9ff36f4ebfb680ba7b68 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 17 Dec 2023 13:53:29 +0200 Subject: [PATCH] Created B2C (markdown) --- B2C.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 B2C.md 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 +```