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 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 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
@@ -53,7 +53,9 @@ Each option generates PowerShell scripts that enable you to control user access
53
53
54
54
:::zone pivot="aad-powershell"
55
55
56
-
Using the following Azure AD PowerShell script revokes all permissions granted to an application.
56
+
## Review and revoke permissions
57
+
58
+
Use the following Azure AD PowerShell script to revoke all permissions granted to an application.
To review permissions, Sign in to [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) with one of the roles listed in the prerequisite section.
156
162
157
-
You'll need to consent to the following permissions:
0 commit comments