Custom Policies

Copper Contributor

Good afternoon. I'm inviting a user for this example samples/policies/invite-via-email at master · azure-ad-b2c/samples · GitHub  

I pass the email address and name entered by the user into a token, verify the mail so that the user does not need to enter an email, but only enter a password. But I need to do it differently. I need to first create a user and add them to the group through the api graph, and then send him an invitation to the mail with changing the password to an existing user, but I need to make sure that the user, by clicking on the link, enters only the password, and he does not need to enter the mail. Could you help me to do this?

 

 

0 Replies