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
This article shows you how to assign users and groups to an enterprise application in Azure Active Directory (Azure AD) using PowerShell. When you assign a user to an application, the application appears in the user's [My Apps](https://myapps.microsoft.com/) portal for easy access. If the application exposes roles, you can also assign a specific role to the user.
20
+
This article shows you how to assign users and groups to an enterprise application in Azure Active Directory (Azure AD) using PowerShell. When you assign a user to an application, the application appears in the user's [My Apps](https://myapps.microsoft.com/) portal for easy access. If the application exposes app roles, you can also assign a specific app role to the user.
21
21
22
22
When you assign a group to an application, only users in the group will have access. The assignment does not cascade to nested groups.
23
23
@@ -33,7 +33,6 @@ To assign users to an app using PowerShell, you need:
33
33
- One of the following roles: Global Administrator, Cloud Application Administrator, Application Administrator, or owner of the service principal.
34
34
- If you have not yet installed the AzureAD module (use the command `Install-Module -Name AzureAD`). If you're prompted to install a NuGet module or the new Azure Active Directory V2 PowerShell module, type Y and press ENTER.
35
35
- Azure Active Directory Premium P1 or P2 for group-based assignment. For more licensing requirements for the features discussed in this article, see the [Azure Active Directory pricing page](https://azure.microsoft.com/pricing/details/active-directory).
36
-
- Optional: Completion of [Configure an app](add-application-portal-configure.md).
37
36
38
37
## Assign users, and groups, to an app using PowerShell
0 commit comments