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
326 stars 386 forks source link

SignUp policy examples missing #140

Open lsmith77 opened 1 year ago

lsmith77 commented 1 year ago

The examples only cover SignUpSignIn but not the SignUp policies. It would be great to at least provide one example of this.

Context: We have some use cases where we know users will not yet have an account. The SignUpSignIn user flow defaults to offering a login and not a signup form, which can confuse users. So for these use cases we want to send them directly to a SignUp flow only (we will then add a link in our template to the SignUpSignIn flow if they do have an account).