AAD Risky User Playbook Authorization Reqest Denied

Copper Contributor

Hello,

 

New to Azure Sentinel, setting up the AAD Risky User Playbook.  I did the app registration.  Not sure how to connect the registration to Playbook.  When I ran the playbook I got the following error:

 

jbender_0-1617044762281.png

Does anyone know what the issue may be?  Thanks for your help.  --James

6 Replies
What permissions did you provide to the app registration? Can you provide us a screenshot
Permissions look okay to me! You have configuration authentication within that HTTP action in the Playbook? Could you share it (with the secret removed ofcourse)

Is this what you want to see?

 

 

@Thijs Lecomte 

 

 

jbender_0-1617225893998.png

jbender_1-1617225927124.png

 

 

Have you given the Managed Identity the correct permissions/role?
Right now you are not utilizing the app registration you showed in a previous step.
You should either:
- Provide the correct permissions to the Managed Identity (https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/how-to-ma...)
- Use the app registration for authentication (use the Active Directory OAuth authentication option)
Thanks, let me make some changes and try it out.