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
+58-3Lines changed: 58 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,12 @@ ms.service: active-directory
8
8
ms.subservice: app-mgmt
9
9
ms.workload: identity
10
10
ms.topic: how-to
11
-
ms.date: 07/21/2022
11
+
ms.date: 08/17/2022
12
12
ms.author: lenalepa
13
13
ms.reviewer: ergreenl
14
14
ms.collection: M365-identity-device-management
15
+
zone_pivot_groups: enterprise-apps-all
16
+
15
17
#customer intent: As an admin, I want to hide an enterprise application from user's experience so that it is not listed in the user's Active directory access portals or Microsoft 365 launchers
16
18
---
17
19
@@ -27,6 +29,8 @@ Learn how to hide enterprise applications in Azure Active Directory. When an app
27
29
28
30
## Hide an application from the end user
29
31
32
+
:::zone pivot="portal"
33
+
30
34
Use the following steps to hide an application from My Apps portal and Microsoft 365 application launcher.
31
35
32
36
1. Sign in to the [Azure portal](https://portal.azure.com) as the global administrator for your directory.
@@ -38,12 +42,15 @@ Use the following steps to hide an application from My Apps portal and Microsoft
38
42
1. Select **No** for the **Visible to users?** question.
39
43
1. Select **Save**.
40
44
45
+
:::zone-end
46
+
41
47
> [!NOTE]
42
48
> These instructions apply only to Enterprise applications.
43
49
44
-
## Use Azure AD PowerShell to hide an application
50
+
:::zone pivot="aad-powershell"
45
51
46
-
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](/powershell/module/azuread/#service_principals) commands to set the application's **Visible to Users?** property to **No**.
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**.
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**.
0 commit comments