Hi @amanpreetsingh-msft
Thank you for your response.
the issue is got resolved . I didn't download proper MSAL that was giving an error.
Hi @amanpreetsingh-msft ,
Thank you for your response.
i want to get token for particular user through api. That user is created by google identity provider.
if ROPC user flow is not supporting ,than how can i get token by an api of particular user who is registered by google identity provider to protect my backend apis?
Hi @amanpreetsingh-msft . Thank you for response
which permissions are required delegated or applications permissions for reset password?. Iam trying like this but i have few errors.
please help me on this.
POST api https://graph.microsoft.com/v1.0/users/b0c8e3d9-08fa-487a-aff1-85bae11fcsd/authentication/passwordMethods/1256181d-7901-
475b-b200-41ebc6d1047fsfsdf/resetPassword
{
"error": {
"code": "BadRequest",
"message": "Resource not found for the segment 'passwordMethods'.",
"innerError": {
"date": "2021-05-21T06:17:46",
"request-id": "fe23e712-6e77-4170-a271-0e3b8f418c15",
"client-request-id": "fe23e712-6e77-4170-a271-0e3b8f418c15"
}
}
}
Hi @amanpreetsingh-msft
Thank you for your response.
UserAuthenticationMethod.ReadWrite.All - Required for resetPassword -- this permissions is provided.
can you give an example or correct api for reset password?