Reputation: 43
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