You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Review permissions granted to enterprise applications
22
22
23
-
In this article, you'll learn how to review permissions granted to applications in your Azure Active Directory (Azure AD) tenant. You may need to review permissions when you've detected a malicious application or the application has been granted more permissions than is necessary.
23
+
In this article, you'll learn how to review permissions granted to applications in your Azure Active Directory (Azure AD) tenant. You may need to review permissions when you've detected a malicious application or the application has been granted more permissions than is necessary. You'll learn how to revoke permissions granted to the application using Microsoft Graph API and existing versions of PowerShell.
24
24
25
-
The steps in this article apply to all applications that were added to your Azure Active Directory (Azure AD) tenant via user or admin consent. For more information on consenting to applications, see [User and admin consent](user-admin-consent-overview.md).
25
+
The steps in this article apply to all applications that were added to your Azure AD tenant via user or admin consent. For more information on consenting to applications, see [User and admin consent](user-admin-consent-overview.md).
26
26
27
27
## Prerequisites
28
28
@@ -51,9 +51,11 @@ Each option generates PowerShell scripts that enable you to control user access
51
51
52
52
:::zone-end
53
53
54
+
## Revoke permissions
55
+
54
56
:::zone pivot="aad-powershell"
55
57
56
-
Using the following Azure AD PowerShell script revokes all permissions granted to an application.
58
+
Use the following Azure AD PowerShell script to revoke all permissions granted to an application.
0 commit comments