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/app-provisioning/inbound-provisioning-api-custom-attributes.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In this step, we'll add the two attributes "HireDate" and "JobCode" that are not
32
32
1. Go to **Enterprise applications** and open your API-driven provisioning app.
33
33
1. Open the **Provisioning** blade.
34
34
1. Click on the **Edit Provisioning** button.
35
-
1. Expand the **Mappings** section and click on the attribute mapping link.
35
+
1. Expand the **Mappings** section and click on the attribute mapping link. <br>
36
36
:::image type="content" border="true" source="./media/inbound-provisioning-api-custom-attributes/edit-attribute-mapping.png" alt-text="Screenshot of edit attribute mapping." lightbox="./media/inbound-provisioning-api-custom-attributes/edit-attribute-mapping.png":::
37
37
1. Scroll down the **Attribute Mappings** page. Select **Show advanced options** and click on the **Edit attribute list for API** link.
38
38
:::image type="content" border="true" source="./media/inbound-provisioning-api-custom-attributes/edit-api-attribute-list.png" alt-text="Screenshot of edit API attribute list." lightbox="./media/inbound-provisioning-api-custom-attributes/edit-api-attribute-list.png":::
@@ -52,7 +52,7 @@ Let's now add these extensions to the provisioning app attribute mapping.
52
52
53
53
1. Click on the **Add New Mapping** link on the **Attribute mapping** page.
54
54
:::image type="content" border="true" source="./media/inbound-provisioning-api-custom-attributes/add-new-mapping.png" alt-text="Screenshot of add new mapping." lightbox="./media/inbound-provisioning-api-custom-attributes/add-new-mapping.png":::
55
-
1. Map the `urn:ietf:params:scim:schemas:extension:contoso:1.0:User:HireDate` attribute to `employeeHireDate`. Click **OK**.
55
+
1. Map the `urn:ietf:params:scim:schemas:extension:contoso:1.0:User:HireDate` attribute to `employeeHireDate`. Click **OK**. <br>
56
56
:::image type="content" border="true" source="./media/inbound-provisioning-api-custom-attributes/hire-date-mapping.png" alt-text="Screenshot of hire date mapping." lightbox="./media/inbound-provisioning-api-custom-attributes/hire-date-mapping.png":::
57
57
1. Next, select the existing mapping for `title` and click on it to edit the mapping.
58
58
1. Edit the attribute mapping to an expression that will include the `urn:ietf:params:scim:schemas:extension:contoso:1.0:User:JobCode` as part of the `jobTitle` Azure AD attribute.
@@ -68,11 +68,11 @@ Let's now add these extensions to the provisioning app attribute mapping.
68
68
69
69
1. Open your API client (Graph Explorer / Postman / cURL).
70
70
1. Copy-paste the [bulk request with custom attributes](#bulk-request-with-custom-attributes).
71
-
1. Send the bulk request to your provisioning API endpoint URL.
71
+
1. Send the bulk request to your provisioning API endpoint URL. <br>
72
72
:::image type="content" border="true" source="./media/inbound-provisioning-api-custom-attributes/upload-bulk-request.png" alt-text="Screenshot of bulk upload request." lightbox="./media/inbound-provisioning-api-custom-attributes/upload-bulk-request.png":::
73
-
1. After some time, you can check the provisioning logs to verify the attribute change.
73
+
1. After some time, you can check the provisioning logs to verify the attribute change. <br>
74
74
:::image type="content" border="true" source="./media/inbound-provisioning-api-custom-attributes/verify-provisioning-logs.png" alt-text="Screenshot of provisioning logs." lightbox="./media/inbound-provisioning-api-custom-attributes/verify-provisioning-logs.png":::
75
-
1. You can also verify the change in the Azure AD user profile. The value for `Employee hire date` reflects your tenant time zone.
75
+
1. You can also verify the change in the Azure AD user profile. The value for `Employee hire date` reflects your tenant time zone. <br>
76
76
:::image type="content" border="true" source="./media/inbound-provisioning-api-custom-attributes/verify-user-profile.png" alt-text="Screenshot of user profile." lightbox="./media/inbound-provisioning-api-custom-attributes/verify-user-profile.png":::
77
77
78
78
## Appendix
@@ -82,11 +82,6 @@ Let's now add these extensions to the provisioning app attribute mapping.
82
82
The bulk request includes the custom attributes configured in the steps above.
0 commit comments