Vipul Patil
Vipul Patil

Reputation: 1456

Is there any way to implement 'Forgot password functionality" using Azure Ad Graph API?

I am new to Azure AD B2C, As Azure B2C provides various policies and user flows like sign in signup etc. We are using the same. For some reason, We are having thought to use graph API (change password) for forgot password functionality, In documentation we did not found any graph api for generating verification code/send verification code to email and graph api to verify the code. Is there any Azure AD graph api to achieve the same? or is there any work around for the same?

Upvotes: 1

Views: 83

Answers (1)

Chris Padgett
Chris Padgett

Reputation: 14724

Azure AD Graph API does support setting of passwords for users but it doesn't manage the verification codes.

You must generate, send and validate the verification codes for yourself.

Upvotes: 2

Related Questions