Skip to content

Commit aedbc1e

Browse files
authored
Merge pull request #57924 from barbkess/2018-11-13
add allowing all users to access an app
2 parents 8dc13ba + 7bbb8a9 commit aedbc1e

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

articles/active-directory/manage-apps/assign-user-or-group-access-portal.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,18 @@
22
title: Assign a user or group to an enterprise app in Azure Active Directory | Microsoft Docs
33
description: How to select an enterprise app to assign a user or group to it in Azure Active Directory
44
services: active-directory
5-
documentationcenter: ''
65
author: barbkess
76
manager: mtillman
8-
editor: ''
97

108
ms.service: active-directory
119
ms.component: app-mgmt
1210
ms.workload: identity
13-
ms.tgt_pltfrm: na
14-
ms.devlang: na
1511
ms.topic: conceptual
16-
ms.date: 11/05/2018
12+
ms.date: 11/15/2018
1713
ms.author: barbkess
1814
ms.reviewer: luleon
19-
2015
---
16+
2117
# Assign a user or group to an enterprise app in Azure Active Directory
2218
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.
2319

@@ -28,7 +24,7 @@ To assign a user or group to an enterprise app, you must have the appropriate pe
2824
> For Microsoft Applications (such as Office 365 apps), use PowerShell to assign users to an enterprise app.
2925
3026

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?
3228
1. Sign in to the [Azure portal](https://portal.azure.com) with an account that's a global admin for the directory.
3329
2. Select **All services**, enter Azure Active Directory in the text box, and then select **Enter**.
3430
3. Select **Enterprise applications**.
@@ -47,6 +43,24 @@ To assign a user or group to an enterprise app, you must have the appropriate pe
4743
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.
4844
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.
4945

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+
5064
## How do I assign a user to an enterprise app using PowerShell?
5165

5266
1. Open an elevated Windows PowerShell command prompt.

0 commit comments

Comments
 (0)