BigBigg
BigBigg

Reputation: 103

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?

Upvotes: 9

Views: 14928

Answers (4)

KubaMiszcz
KubaMiszcz

Reputation: 171

if you have an admin rights go straight to: https://portal.azure.com/#blade/Microsoft_AAD_IAM/StartboardApplicationsMenuBlade/AllApps/menuId/ and remove it there

Upvotes: 1

Newteq Developer
Newteq Developer

Reputation: 2657

If you have an organisation account with Microsoft you should be able to access this page: https://portal.office.com/account

From there click either App permissions on the left, or Change app permission in the middle. Office Account Portal

This will take you to a screen that looks like this: app permissions

Where you can revoke which app permissions you don't want anymore.

Upvotes: 0

Mig82
Mig82

Reputation: 5480

After logging into your Microsoft user account, navigate to https://account.live.com/consent/Manage. This will display all the apps you've authorised to access resources on your behalf. Here select the application you want to revoke access for.

enter image description here

This will show you which permissions you've previously granted to the selected app and when you used them last. As you can see in the screenshot below I had granted openid, Calendars.Read and Mail.Send.

Once here all you have to do is click the button at the bottom labelled "Remove these permissions" and that should be it.

enter image description here

Upvotes: 5

Jason Johnston
Jason Johnston

Reputation: 17702

Let me check with our Azure folks, but I believe if you granted admin consent you can remove it from the Azure Management Portal. When you navigate to apps, you will see apps that you've consented to along with apps that you've developed. You can remove it there.

Upvotes: 5

Related Questions