user1659922
user1659922

Reputation: 346

Pre populate email on Azure Active directory sign up policy(B2C)

Is there any way to pass the email from client application to Microsoft Azure Active directory and use it to pre populate the email(username) field sign up page. We can use login_hint on sign in policy, but it is not working on sign up policy. Is there any similar field we can use in sign up policy ?

Upvotes: 0

Views: 530

Answers (1)

RahulKumarShaw
RahulKumarShaw

Reputation: 4612

Thank You Rahul Shukla for your suggestion Posting this an answer so it could help other users as well.

you need to write the custome code For Prepopulating the email(username) field on sign up page.

You can refer this StackPost same kind of requirement has disscused here as well!

Currently all B2C Custom Policy Samples that are supported by Microsoft can be found here : https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack

Upvotes: 0

Related Questions