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/assign-user-or-group-access-portal.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,18 @@
2
2
title: Assign a user or group to an enterprise app in Azure Active Directory | Microsoft Docs
3
3
description: How to select an enterprise app to assign a user or group to it in Azure Active Directory
4
4
services: active-directory
5
-
documentationcenter: ''
6
5
author: barbkess
7
6
manager: mtillman
8
-
editor: ''
9
7
10
8
ms.service: active-directory
11
9
ms.component: app-mgmt
12
10
ms.workload: identity
13
-
ms.tgt_pltfrm: na
14
-
ms.devlang: na
15
11
ms.topic: conceptual
16
-
ms.date: 11/05/2018
12
+
ms.date: 11/15/2018
17
13
ms.author: barbkess
18
14
ms.reviewer: luleon
19
-
20
15
---
16
+
21
17
# Assign a user or group to an enterprise app in Azure Active Directory
22
18
To assign a user or group to an enterprise app, you must have the appropriate permissions to manage the enterprise app, and you must be global admin for the directory.
23
19
@@ -28,7 +24,7 @@ To assign a user or group to an enterprise app, you must have the appropriate pe
28
24
> For Microsoft Applications (such as Office 365 apps), use PowerShell to assign users to an enterprise app.
29
25
30
26
31
-
## How do I assign user access to an enterprise app in the Azure portal?
27
+
## Assign user access to an enterprise app in the Azure portal?
32
28
1. Sign in to the [Azure portal](https://portal.azure.com) with an account that's a global admin for the directory.
33
29
2. Select **All services**, enter Azure Active Directory in the text box, and then select **Enter**.
34
30
3. Select **Enterprise applications**.
@@ -47,6 +43,24 @@ To assign a user or group to an enterprise app, you must have the appropriate pe
47
43
10. On the **Add Assignment** blade, select **Role**. Then, on the **Select Role** blade, select a role to apply to the selected users or groups, and then select the **OK** button at the bottom of the blade.
48
44
11. On the **Add Assignment** blade, select the **Assign** button at the bottom of the blade. The assigned users or groups have the permissions defined by the selected role for this enterprise app.
49
45
46
+
## Allow all users to access an enterprise app in the Azure portal
47
+
To allow all users to access an application:
48
+
49
+
1. Sign in to the [Azure portal](https://portal.azure.com) with an account that's a global admin for the directory.
50
+
2. Select **All services**, enter Azure Active Directory in the text box, and then select **Enter**.
51
+
3. Select **Enterprise applications**.
52
+
4. On the **Enterprise applications** blade, select **All applications**. This lists the apps you can manage.
53
+
5. On the **Enterprise applications - All applications** blade, select an app.
54
+
6. On the ***appname*** blade, select **Properties**.
55
+
7. On the ***appname* - Properties** blade, set the **User assignment required?** setting to **No**.
56
+
57
+
The **User assignment required?** option:
58
+
59
+
- Does not affect whether or not an application appears on the application access panel. To show the application on the access panel, you need to assign an appropriate user or group to the application.
60
+
- Only functions with the cloud applications that are configured for SAML single sign-on, and on-premises applications configured with Application Proxy. See [Single sign-on for applications](what-is-single-sign-on.md).
61
+
- Requires that users consent to an application. An admin can grant consent for all users. See [Configure the way end-users consent to an application](configure-user-consent.md).
62
+
63
+
50
64
## How do I assign a user to an enterprise app using PowerShell?
51
65
52
66
1. Open an elevated Windows PowerShell command prompt.
0 commit comments