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

Home Page:http://aka.ms/aadb2ccustom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignUp/SignIn combined flow, if registered email or phone not found automatically sign up user

oppknox opened this issue · comments

In firebase and identityserver I can easily setup policies that can detect if a user doesnt have an account then push them towards that flow. Is there a way to do the same with B2C. Sample screenshots below. First is firebase, second is b2c.

image

image

There is a sample for this here. It can be adapted for any sign in identifier type (email/phone/username/foo).

Closing due to inactivity