0

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?

sachin
  • 43
  • 3

1 Answers1

1

Have you granted the user administrator role?

rbrayb
  • 46,440
  • 34
  • 114
  • 174