How to revoke admin consent from Graph explorer

Kenny Stern 371 Reputation points
2021-04-07T19:02:09.373+00:00

I granted admin consent to a Microsoft Graph permission that I would like to remove. Is there a way to do that? I don't want to delete the application or remove any of the other permissions. Just the one I mistakenly granted.
Thanks

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,958 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 95,181 Reputation points MVP
    2021-04-07T19:35:54.51+00:00

    Removing the app is the easiest/fastest way, re-consenting takes just a second. If you want to remove a specific permission only, you have to use the Remove-AzureADOAuth2PermissionGrant cmdlet against a given permission/scope, which you will need to enumerate first via Get-AzureADOAuth2PermissionGrant.


0 additional answers

Sort by: Most helpful