Forum Discussion
Pranesh1060
Jun 12, 2020Brass Contributor
User Risk Confirmation Using Logic Apps
Hello, We have been working on one of the playbooks available on https://github.com/Azure/Azure-Sentinel/tree/master/Playbooks/Confirm-AADRiskyUser to confirm/dismiss user risks using playbook. ...
- Jun 15, 2020You need to add application permissions, not delegated permissions
Thijs Lecomte
Jun 12, 2020Bronze Contributor
You should configure the system assigned identity with the security admin role.
Or the app you have configured needs the permission 'IdentityRiskyUser.ReadWrite.All'
Or the app you have configured needs the permission 'IdentityRiskyUser.ReadWrite.All'
- Pranesh1060Jun 15, 2020Brass Contributor
Many thanks for your response. However, if you check I have already mentioned that we have tried by assigning read.write permissions to the app and also tried by assigning security admin role to it and it still failed.
- Thijs LecomteJun 15, 2020Bronze ContributorCould you share the permissions you have added to the app registration please?
In a screenshot if possible- Pranesh1060Jun 15, 2020Brass Contributor
I've attached the screenshot. If this has worked for you, will it be possible for you to share the playbook with me, especially the HTTP writeback part?