Skip to content

Commit 24f1751

Browse files
committed
Add clarity on limitation of revoke user consent through UI
1 parent a8e171d commit 24f1751

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/active-directory/manage-apps/manage-application-permissions.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,17 @@ To review an application's permissions that have been granted for the entire org
5050
1. Select the application that you want to restrict access to.
5151
1. Select **Permissions**.
5252
1. To view permissions that apply to your entire organization, select the **Admin consent** tab. To view permissions granted to a specific user or group, select the **User consent** tab.
53-
1. To view the details of a given permission, select the permission from the list. The **Permission Details** pane opens.
54-
1. To revoke a given permission, choose the permission you would like to revoke, select the **...** control for that permission, and then choose **Revoke permission**.
53+
1. To view the details of a given permission, select the permission from the list. The **Permission Details** pane opens.
54+
After you've reviewed the permissions granted to an application, you can revoke permissions granted by admins for your entire organization.
55+
> [!NOTE]
56+
> You can't revoke permissions in the **User consent** tab using the portal. You can revoke these permissions using Microsoft Graph API calls or PowerShell cmdlets. Go to the PowerShell and Microsoft Graph tabs of this article for more information.
57+
58+
To revoke permissions in the **Admin consent** tab:
59+
60+
1. View the list of permissions in the **Admin consent** tab.
61+
1. Choose the permission you would like to revoke, then select the **...** control for that permission.
62+
:::image type="content" source="./media/manage-application-permissions/revoke-permissions.png" alt-text="Screenshot shows how to revoke admin consent.":::
63+
1. Select **Revoke permission**.
5564

5665
:::zone-end
5766

0 commit comments

Comments
 (0)