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 registered in Azure AD (which is managed by me) to use office 365 API services, After granting access using admin consent, all my Azure AD users are able to authenticate themselves against Azure AD. I am able to see the applications that I granted access using http://myapps.microsoft.com but I am not able to revoke access granted for applications using this URL. How can I revoke the access granted to my or third-party application from my organization's Azure AD?
I have installed an app from Office store and granted some permission and Would like to revoke permission to that app but not able to revoke access granted.
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.
- Anu_11Copper Contributor
There are certain ways to revoke the applications from your organization. You can review and remove the app permissions. Also, you can delete the entire application from your Azure AD.
You should be able to revoke access via the Remove-AzureADOAuth2PermissionGrant cmdlets. Or remove the ServicePrincipal Object corresponding to the app altogether.
- Pablo R. OrtizSteel Contributoryou should be able to delete the app in Azure AD -> Applications
https://msdn.microsoft.com/en-us/skype/trusted-application-api/docs/tenantadminconsent#revoking-tenant-admin-consent- ArvindKumar MepaniBrass Contributor
I don't want to remove app but I would like to revoke access granted while using an app.
- Frédéric DobonBrass Contributor
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.