I'm struggling to get AD B2C setup as an external login - I cannot find any documentation around how this is done.
I have found this https://github.com/umbraco/Umbraco-CMS/pull/9470 Pull request however if i directly copy and paste this code none of it works even right back to the line - var loginProviderOptions = new BackOfficeExternalLoginProviderOptions
Could someone point me in the right direction if anyone has done this before?
External Logins - Azure AD B2C
Hey all,
I'm struggling to get AD B2C setup as an external login - I cannot find any documentation around how this is done.
I have found this https://github.com/umbraco/Umbraco-CMS/pull/9470 Pull request however if i directly copy and paste this code none of it works even right back to the line - var loginProviderOptions = new BackOfficeExternalLoginProviderOptions
Could someone point me in the right direction if anyone has done this before?
Cheers Dale
The documentation should be up-to-date: https://our.umbraco.com/Documentation/Reference/Security/external-login-providers/index-v9
Hello Bjarke,
Do you have a another link? I am looking for a reference on getting Azure B2C setup for members, for an Umbraco 9 site.
Thanks John
Hi @John
This should be the link for members also https://our.umbraco.com/Documentation/Reference/Security/external-login-providers/
Hi John,
I've released an example package that shows how you can use OpenID Connect for members: https://www.jeroenbreuer.nl/blog/released-umbraco-openid-connect-example-package/
Jeroen
is working on a reply...