Try giving the app User.ReadWrite.All
application perms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to use logic apps to revoke the sign in session of a user using their User Principal Name.
I registered an application in Azure and assigned it, the "User.RevokeSessions.All" permission and granted admin consent as well.
I am able to generate the API token the logic app. But i am seeing an error in the HTTP request to revoke the session. The error is as given below:
what should i do?
{ "error": { "code": "Authorization_RequestDenied", "message": "Insufficient privileges to complete the operation.", "innerError": { "date": "2024-07-20T05:55:08", "request-id": "a5d912ec-93dc-45f8-b759-ab33054e6bb8", "client-request-id": "a5d912ec-93dc-45f8-b759-ab33054e6bb8" } }}
Try giving the app User.ReadWrite.All
application perms