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
In this quickstart, you use the Azure portal to create a user account in your Azure Active Directory (Azure AD) tenant. After you create the account, you can assign it to the enterprise application that you added to your tenant.
20
+
In this quickstart, you use the Microsoft Entra admin center to create a user account in your Azure Active Directory (Azure AD) tenant. After you create the account, you can assign it to the enterprise application that you added to your tenant.
21
21
22
22
It's recommended that you use a nonproduction environment to test the steps in this quickstart.
23
23
@@ -26,7 +26,7 @@ It's recommended that you use a nonproduction environment to test the steps in t
26
26
To create a user account and assign it to an enterprise application, you need:
27
27
28
28
- An Azure AD user account. If you don't already have one, you can [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
29
-
- One of the following roles: Global Administrator, or owner of the service principal.
29
+
- One of the following roles: Global Administrator, Cloud Application Administrator, or owner of the service principal. You'll need the User Administrator role to manage users.
30
30
- Completion of the steps in [Quickstart: Add an enterprise application](add-application-portal.md).
31
31
32
32
## Create a user account
@@ -35,23 +35,23 @@ To create a user account and assign it to an enterprise application, you need:
35
35
36
36
To create a user account in your Azure AD tenant:
37
37
38
-
1. Sign in to the [Azure portal](https://portal.azure.com)and sign in using one of the roles listed in the prerequisites.
39
-
1. Browse to **Azure Active Directory** and select **Users**.
40
-
1. Select **New user** at the top of the pane.
38
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com)as at least a [User Administrator](../roles/permissions-reference.md#user-administrator).
39
+
1. Browse to **Identity** > **Users** > **All users**
40
+
1. Select **New user** at the top of the pane and then, select **Create new user**.
41
41
42
42
:::image type="content" source="media/add-application-portal-assign-users/new-user.png" alt-text="Add a new user account to your Azure AD tenant.":::
43
43
44
-
1. In the **User name** field, enter the username of the user account. For example, `contosouser1@contoso.com`. Be sure to change `contoso.com` to the name of your tenant domain.
45
-
1. In the **Name** field, enter the name of the user of the account. For example, `contosouser1`.
44
+
1. In the **User principal name** field, enter the username of the user account. For example, `contosouser1@contoso.com`. Be sure to change `contoso.com` to the name of your tenant domain.
45
+
1. In the **Display name** field, enter the name of the user of the account. For example, `contosouser1`.
46
46
1. Enter the details required for the user under the **Groups and roles**, **Settings**, and **Job info** sections.
47
47
1. Select **Create**.
48
48
49
49
## Assign a user account to an enterprise application
50
50
51
51
To assign a user account to an enterprise application:
52
52
53
-
1. Sign in to the [Azure portal](https://portal.azure.com), then browse to **Azure Active Directory** and select **Enterprise applications**.
54
-
1.Search for and select the application to which you want to assign the user account. For example, the application that you created in the previous quickstart named **Azure AD SAML Toolkit 1**.
53
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Cloud Application Administrator](../roles/permissions-reference.md#lcloud-application-administrator).
54
+
1.Browse to **Identity** > **Applications** > **Enterprise applications** > **All applications**. For example, the application that you created in the previous quickstart named **Azure AD SAML Toolkit 1**.
55
55
1. In the left pane, select **Users and groups**, and then select **Add user/group**.
56
56
57
57
:::image type="content" source="media/add-application-portal-assign-users/assign-user.png" alt-text="Assign user account to an application in your Azure AD tenant.":::
0 commit comments