SOLVED

How can I revoke the access granted to web application to my organization's azure AD?

Brass Contributor

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.

 

Reference : https://stackoverflow.com/questions/29179197/how-can-i-revoke-the-access-granted-to-web-application-...

 

5 Replies

You should be able to revoke access via the Remove-AzureADOAuth2PermissionGrant cmdlets. Or remove the ServicePrincipal Object corresponding to the app altogether.

I don't want to remove app but I would like to revoke access granted while using an app.

best response confirmed by slakkanp (Microsoft)
Solution

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.

 

AppConsent1.pngAppConsent2.png

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.

 

1 best response

Accepted Solutions
best response confirmed by slakkanp (Microsoft)
Solution

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.

 

AppConsent1.pngAppConsent2.png

View solution in original post