Azure-Samples / active-directory-b2c-custom-policy-starterpack

Azure AD B2C now allows uploading of a Custom Policy which allows full control and customization of the Identity Experience Framework
http://aka.ms/aadb2ccustom
MIT License
334 stars 394 forks source link

Request for "pure' SAML LocalAccount Policy Samples #136

Open ckjacksoncda opened 2 years ago

ckjacksoncda commented 2 years ago

Hello.

SAML is an extremely prevalent SSO protocol. I don't understand why the only SAML sample means that we have to include Social IdP provider technical policies. I don't want Facebook as my IdP - or Google or any other IdP outside my control - which is why I am using Azure B2C in the first place.

Instead of attempting to surgically remove Facebook IdP support and AAD-UserReadUsingAlternativeSecurityId in general, myself and others would really, really, really benefit from a couple simple, base SAML policies to build on.

Preferably... one without MFA, and one with MFA. : )

As it stands now, I have to build my own by deconstructing the SocialAndLocal sample. It hurts, and takes forever. Can I get a little help?