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
Copy file name to clipboardExpand all lines: articles/active-directory/manage-apps/hide-application-from-user-portal.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,20 +23,20 @@ Learn how to hide enterprise applications in Azure Active Directory. When an app
23
23
24
24
## Prerequisites
25
25
26
-
- Application administrator privileges are required to hide an application from the My Apps portal and Microsoft 365 launcher.
26
+
To hide an application from the My Apps portal and Microsoft 365 launcher, you need:
27
27
28
-
- Global administrator privileges are required to hide all Microsoft 365 applications.
28
+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
29
+
- One of the following roles: Global Administrator, Cloud Application Administrator, Application Administrator.
30
+
- Global administrator is required to hide all Microsoft 365 applications.
29
31
30
32
## Hide an application from the end user
31
33
32
34
:::zone pivot="portal"
33
35
34
36
Use the following steps to hide an application from My Apps portal and Microsoft 365 application launcher.
35
37
36
-
1. Sign in to the [Azure portal](https://portal.azure.com) as the global administrator for your directory.
37
-
1. Select **Azure Active Directory**.
38
-
1. Select **Enterprise applications**.
39
-
1. Under **Application Type**, select **Enterprise Applications**, if it isn't already selected.
38
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [cloud application administrator](../roles/permissions-reference.md#cloud-application-administrator).
1. Search for the application you want to hide, and select the application.
41
41
1. In the left navigation pane, select **Properties**.
42
42
1. Select **No** for the **Visible to users?** question.
@@ -50,7 +50,7 @@ Use the following steps to hide an application from My Apps portal and Microsoft
50
50
:::zone pivot="aad-powershell"
51
51
52
52
53
-
To hide an application from the My Apps portal, you can manually add the HideApp tag to the service principal for the application. Run the following AzureAD PowerShell commands to set the application's **Visible to Users?** property to **No**.
53
+
To hide an application from the My Apps portal, using Azure AD PowerShell, you need to connect to Azure AD PowerShell and sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator). You can manually add the **HideApp** tag to the service principal for the application. Run the following AzureAD PowerShell commands to set the application's **Visible to Users?** property to **No**.
To hide an application from the My Apps portal, you can manually add the HideApp tag to the service principal for the application. Run the following Microsoft Graph PowerShell commands to set the application's **Visible to Users?** property to **No**.
68
+
To hide an application from the My Apps portal, using Microsoft Graph PowerShell, you need to connect to Microsoft Graph PowerShell and sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator). You can manually add the HideApp tag to the service principal for the application. Run the following Microsoft Graph PowerShell commands to set the application's **Visible to Users?** property to **No**.
To hide an enterprise application using [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer), run the following queries.
82
+
To hide an enterprise application using [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer), you need to sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
83
+
84
+
Run the following queries.
83
85
84
86
1. Get the application you want to hide.
85
87
@@ -115,9 +117,8 @@ To hide an enterprise application using [Graph Explorer](https://developer.micro
115
117
116
118
Use the following steps to hide all Microsoft 365 applications from the My Apps portal. The applications are still visible in the Office 365 portal.
117
119
118
-
1. Sign in to the [Azure portal](https://portal.azure.com) as a global administrator for your directory.
119
-
1. Select **Azure Active Directory**.
120
-
1. Select **Enterprise applications**.
120
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [global administrator](../roles/permissions-reference.md#global-administrator).
121
+
1. Browse to **Identity** > **Applications** > **Enterprise applications**.
121
122
1. Select **App launchers**.
122
123
2. Select **Settings**.
123
124
3. For **Users can only see Microsoft 365 apps in the Microsoft 365 portal**, select **Yes**.
0 commit comments