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

后端 未结 3 1613
礼貌的吻别
礼貌的吻别 2021-02-06 05:22

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

相关标签:
3条回答
  • 2021-02-06 05:34

    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.

    0 讨论(0)
  • 2021-02-06 05:39

    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.

    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.

    0 讨论(0)
  • 2021-02-06 05:52

    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.

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

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

    0 讨论(0)
提交回复
热议问题