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. You'll learn how to revoke permissions granted to the application using Microsoft Graph API and existing versions of PowerShell.
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
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
@@ -51,10 +51,10 @@ Each option generates PowerShell scripts that enable you to control user access
51
51
52
52
:::zone-end
53
53
54
-
## Revoke permissions
55
-
56
54
:::zone pivot="aad-powershell"
57
55
56
+
## Review and revoke permissions
57
+
58
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.
158
162
159
-
You'll need to consent to the following permissions:
0 commit comments