I am getting this below error while trying to run the logic app

Nimantha Deshappriya 21 Reputation points
2022-11-06T06:07:32.94+00:00

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

257525-image.png

The following is the logic app from github

https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Azure%20Active%20Directory/Playbooks/Reset-AADUserPassword

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
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,941 Reputation points Moderator
    2022-11-09T05:23:46.64+00:00

    @Nimantha Deshappriya As per the document here your system identity should have Password Administrator permission.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.