Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

B2C: Redirect to "sign-up" flow of a "Sign-up or Sign-in" policy

Microsoft Recently added the new "sign-up or sign-in" policy to Azure AD B2C.

https://azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-reference-policies/#create-a-sign-up-or-sign-in-policy

By default when we direct a user to that page it shows the sign-in workflow.

Sometimes I may want to take a user directly to the sign-up workflow instead.

I don't want to configure two policies (i.e. upload the same banners, templates, backgrounds, redirects, special messages etc) when the content is going to be exactly the same for both.

Is it possible to pass a parameter (or some otherworldly trickery) so that it shows the "sign-up" workflow instead?

like image 202
Pytry Avatar asked Oct 19 '22 10:10

Pytry


2 Answers

Currently there isn't a query parameter or policy setting that will take the user straight to the local account sign-up pages in a SignUporSignIn policy. Today you would need a separate sign-up policy to direct them directly to sign up.

like image 132
Eric R Avatar answered Nov 09 '22 06:11

Eric R


You can use hello.js for Azure B2C with some customization in initialization, which is build for external authentication of google facebook etc. You can also look into the sample from microsoft which works !! Azure B2C

like image 32
Karthikeyan VK Avatar answered Nov 09 '22 06:11

Karthikeyan VK