sachin
sachin

Reputation: 43

Reset Azure B2C Password using MS Graph from Logic Apps

I am using a Logic App to automate creation of new users and update attributes in a Azure B2C Tenant. It works perfectly for everything except for password reset. When I try to reset a user password, I get the following error message:

 "code": "Authorization_RequestDenied",
    "message": "Insufficient privileges to complete the operation.",

I tried granting all permissions to the logic apps, yet I am unable to get the logic apps to work. API Permissions in B2C

I don't know what I am missing. Can someone help?

Upvotes: 0

Views: 424

Answers (1)

rbrayb
rbrayb

Reputation: 46720

Have you granted the user administrator role?

Upvotes: 1

Related Questions