0
votes

Is It possible to create a multi step sign up custom policy in azure ad b2c ?

I mean I need to capture personal details and verify them against my database if valid? Then second page to create a username and password and store them in azure active directory. Since I already have a design implemented for these pages I don't want to change this by using ad b2c.

Please help.

1

1 Answers

0
votes

Yes, this is possible, see the Wingtip sample for Azure AD B2C custom policies which contains a sign-up or sign-in policy that includes multiple orchestration steps.

You will have to validate the personal details via a REST API.