@Nimantha Deshappriya As per the document here your system identity should have Password Administrator
permission.
I am getting this below error while trying to run the logic app
Nimantha Deshappriya
21
Reputation points
I deployed reset password logic app from github and I wanted it to be executed whenever a suspicious signing attempt. However, i am getting the below error.
{
"statusCode": 403,
"headers": {
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Strict-Transport-Security": "max-age=31536000",
"request-id": "8cf5eb6d-6b31-47f7-b406-903c1509ac50",
"client-request-id": "8cf5eb6d-6b31-47f7-b406-903c1509ac50",
"x-ms-ags-diagnostic": "{\"ServerInfo\":{\"DataCenter\":\"Japan East\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"TYO1EPF00001C6F\"}}",
"x-ms-resource-unit": "1",
"Cache-Control": "no-cache",
"Date": "Sun, 06 Nov 2022 05:15:48 GMT",
"Content-Type": "application/json",
"Content-Length": "266"
},
"body": {
"error": {
"code": "Authorization_RequestDenied",
"message": "Insufficient privileges to complete the operation.",
"innerError": {
"date": "2022-11-06T05:15:49",
"request-id": "8cf5eb6d-6b31-47f7-b406-903c1509ac50",
"client-request-id": "8cf5eb6d-6b31-47f7-b406-903c1509ac50"
}
}
}
}
The following permission has been given to Microsoft Graph API
The following is the logic app from github
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,568 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
25,273 questions
1 answer
Sort by: Most helpful
-
MayankBargali-MSFT 70,941 Reputation points Moderator
2022-11-09T05:23:46.64+00:00