without email how can i reset password in azure AD b2c

Nerin Peter Chetty (For Azure) 86 Reputation points
2022-10-18T10:50:08.46+00:00

I have created user with user name the user have onmicrosoft email id ..Is there any way to reset password in azure AD b2c without email id

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 37,206 Reputation points Microsoft Employee Moderator
    2022-10-19T00:12:33.463+00:00

    Hi @Nerin Peter Chetty (For Azure) ,

    Yes, you can set up password reset using Phone Number via custom policies. There is a custom policy here which allows Password Reset via Phone Number. https://github.com/azure-ad-b2c/samples/tree/master/policies/password-reset-with-phone-number

    There is also an example here that shows how to use a display control to conditionally process on the users' decisions to verify their accounts via Email or SMS verification code.

    You can't do it through user flows though and can only enable it through custom policies.

    Let me know if this is what you are looking for and if you have further questions. I will also see if I can dig up some additional samples, though the ones I listed are the current official ones.

    -

    If the information helped you, please Accept the answer. This will help us and other community members as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.