Forum Discussion
ArvindKumar Mepani
Feb 21, 2018Brass Contributor
How can I revoke the access granted to web application to my organization's azure AD?
I have Office 365 Developer account & tenant in windows azure to manage office 365 users. using consent framework "prompt=admin_consent", I granted access rights to one of my web application already ...
- Feb 07, 2019
Simply navigate to the Azure Portal and clic on your profile and Application menu item.
(or navigate to https://account.activedirectory.windowsazure.com/r/#/applications )
When you "delete" the application, it's just the "consent" that you delete.
VasilMichev
Feb 21, 2018MVP
You should be able to revoke access via the Remove-AzureADOAuth2PermissionGrant cmdlets. Or remove the ServicePrincipal Object corresponding to the app altogether.