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/add-application-portal-assign-users.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,50 +8,51 @@ ms.service: active-directory
8
8
ms.subservice: app-mgmt
9
9
ms.topic: quickstart
10
10
ms.workload: identity
11
-
ms.date: 03/24/2022
11
+
ms.date: 03/23/2023
12
12
ms.author: jomondi
13
13
ms.reviewer: alamaral
14
-
ms.custom: mode-other
14
+
ms.custom: mode-other, enterprise-apps
15
15
#Customer intent: As an administrator of an Azure AD tenant, I want to assign a user to an enterprise application.
16
16
---
17
17
18
18
# Quickstart: Create and assign a user account
19
19
20
20
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.
21
21
22
-
It is recommended that you use a non-production environment to test the steps in this quickstart.
22
+
It's recommended that you use a nonproduction environment to test the steps in this quickstart.
23
23
24
24
## Prerequisites
25
25
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, Cloud Application Administrator, Application Administrator, or owner of the service principal.
29
+
- One of the following roles: Global Administrator, or owner of the service principal.
30
30
- Completion of the steps in [Quickstart: Add an enterprise application](add-application-portal.md).
31
31
32
32
## Create a user account
33
33
34
34
To create a user account in your Azure AD tenant:
35
35
36
36
1. Go to the [Azure portal](https://portal.azure.com) and sign in using one of the roles listed in the prerequisites.
37
-
1. Browse to **Azure Active Directory**>**Users**.
37
+
1. Browse to **Azure Active Directory**and select**Users**.
38
38
1. Select **New user** at the top of the pane.
39
39
40
40
:::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.":::
41
41
42
42
1. In the **User name** field, enter the username of the user account. For example, `[email protected]`. Be sure to change `contoso.com` to the name of your tenant domain.
43
43
1. In the **Name** field, enter the name of the user of the account. For example, `contosouser1`.
44
-
1.Leave **Auto-generate password** selected, and then select **Show password**. Write down the value that's displayed in the Password box.
44
+
1.Enter the details required for the user under the **Groups and roles**, **Settings**, and **Job info** sections.
45
45
1. Select **Create**.
46
46
47
47
## Assign a user account to an enterprise application
48
48
49
49
To assign a user account to an enterprise application:
50
50
51
-
1. In the [Azure portal](https://portal.azure.com), browse to **Azure Active Directory** > **Enterprise applications**, and then 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**.
51
+
1. In the [Azure portal](https://portal.azure.com), browse to **Azure Active Directory** and select **Enterprise applications**.
52
+
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**.
52
53
1. In the left pane, select **Users and groups**, and then select **Add user/group**.
53
54
54
-
:::image type="content" source="media/add-application-portal-assign-users/assign-user.png" alt-text="Assign user account to zn application in your Azure AD tenant.":::
55
+
:::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.":::
55
56
56
57
1. On the **Add Assignment** pane, select **None Selected** under **Users and groups**.
57
58
1. Search for and select the user that you want to assign to the application. For example, `[email protected]`.
@@ -60,7 +61,7 @@ To assign a user account to an enterprise application:
60
61
61
62
## Clean up resources
62
63
63
-
If you are planning to complete the next quickstart, keep the application that you created. Otherwise, you can consider deleting it to clean up your tenant.
64
+
If you're planning to complete the next quickstart, keep the application that you created. Otherwise, you can consider deleting it to clean up your tenant.
0 commit comments