Attribute Mapping
In brief
The page’s Microsoft Entra ID-to-AD attribute mapping section was removed and its introductory link now points to the dedicated configuration guide.
What Entra admins need to know
Administrators seeking Microsoft Entra ID-to-AD mapping instructions should use the linked guide; no configuration change is indicated.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
:::image type="content" source="media/how-to-attribute-mapping/new-ux-mapping-1.png" alt-text="Screenshot of new UX screen attribute mapping." lightbox="media/how-to-attribute-mapping/new-ux-mapping-1.png":::
The following document guides you through attribute scoping with Microsoft Entra Cloud Sync for provisioning from Active Directory to Microsoft Entra ID. If you're looking for information on attribute mapping from Microsoft Entra ID to AD, see Attribute mapping - Microsoft Entra ID to Active DirectoryConfigure Microsoft Entra ID to Active Directory provisioning.
You can customize (change, delete, or create) the default attribute mappings according to your business needs. For a list of attributes that are synchronized, see Attributes synchronized to Microsoft Entra ID.
:::image type="content" source="media/how-to-attribute-mapping/new-ux-mapping-6.png" alt-text="Screenshot of successful schema save." lightbox="media/how-to-attribute-mapping/new-ux-mapping-6.png":::
Add an attribute mapping - Microsoft Entra ID to Active Directory
Use the following steps for configuring attribute mapping with a Microsoft Entra ID to Active Directory configuration.
[!INCLUDE sign in]
3. Under Configuration, select your Microsoft Entra ID to Active Directory configuration.
4. On the left, select Attribute mapping.
5. At the top, ensure that you have the correct object type selected. That is, user, group, or contact.
6. Click Add attribute mapping.
:::image type="content" source="media/how-to-attribute-mapping/entra-to-ad-1.png" alt-text="Screenshot of adding an attribute mapping for Microsoft Entra ID to Active Directory." lightbox="media/how-to-attribute-mapping/entra-to-ad-1.png":::
Select the mapping type. The mapping type can be one of the following:Direct: The target attribute is populated with the value of an attribute of the linked object in Active Directory.Constant: The target attribute is populated with a specific string that you specify.Expression: The target attribute is populated based on the result of a script-like expression.None: The target attribute is left unmodified.
Depending on what you have selected in the previous step, different options are available for filling in.Select when to apply this mapping, and then selectApply.Back on theAttribute mappingsscreen, you should see your new attribute mapping.SelectSave schema. You'll be notified that once you save the schema, a synchronization occurs. ClickOK.Once the save is successful you'll see a notification on the right.
Test your attribute mapping
To test your attribute mapping, you can use on-demand provisioning:
@@ -12,7 +12,7 @@ You can use the cloud sync attribute mapping feature to map attributes between y :::image type="content" source="media/how-to-attribute-mapping/new-ux-mapping-1.png" alt-text="Screenshot of new UX screen attribute mapping." lightbox="media/how-to-attribute-mapping/new-ux-mapping-1.png"::: - The following document guides you through attribute scoping with Microsoft Entra Cloud Sync for provisioning from Active Directory to Microsoft Entra ID. If you're looking for information on attribute mapping from Microsoft Entra ID to AD, see [ Attribute mapping - Microsoft Entra ID to Active Directory](how-to-attribute-mapping-entra-to-active-directory.md).+ The following document guides you through attribute scoping with Microsoft Entra Cloud Sync for provisioning from Active Directory to Microsoft Entra ID. If you're looking for information on attribute mapping from Microsoft Entra ID to AD, see [Configure Microsoft Entra ID to Active Directory provisioning](how-to-configure-entra-to-active-directory.md). You can customize (change, delete, or create) the default attribute mappings according to your business needs. For a list of attributes that are synchronized, see [Attributes synchronized to Microsoft Entra ID](../connect/reference-connect-sync-attributes-synchronized.md). @@ -118,31 +118,6 @@ Use the following steps for configuring attribute mapping with a [AD to Microsof :::image type="content" source="media/how-to-attribute-mapping/new-ux-mapping-6.png" alt-text="Screenshot of successful schema save." lightbox="media/how-to-attribute-mapping/new-ux-mapping-6.png"::: -<a name='add-an-attribute-mapping---microsoft-entra-id-to-ad-preview'></a>--## Add an attribute mapping - Microsoft Entra ID to Active Directory -Use the following steps for configuring attribute mapping with a [Microsoft Entra ID to Active Directory configuration](how-to-configure-entra-to-active-directory.md).--[!INCLUDE [sign in](../../../includes/cloud-sync-sign-in.md)]- 3. Under **Configuration**, select your Microsoft Entra ID to Active Directory configuration.- 4. On the left, select **Attribute mapping**.- 5. At the top, ensure that you have the correct object type selected. That is, user, group, or contact.- 6. Click **Add attribute mapping**.-- :::image type="content" source="media/how-to-attribute-mapping/entra-to-ad-1.png" alt-text="Screenshot of adding an attribute mapping for Microsoft Entra ID to Active Directory." lightbox="media/how-to-attribute-mapping/entra-to-ad-1.png":::-- 7. Select the mapping type. The mapping type can be one of the following:- - **Direct**: The target attribute is populated with the value of an attribute of the linked object in Active Directory.- - **Constant**: The target attribute is populated with a specific string that you specify.- - **Expression**: The target attribute is populated based on the result of a script-like expression. - - **None**: The target attribute is left unmodified. - - 8. Depending on what you have selected in the previous step, different options are available for filling in. - 9. Select when to apply this mapping, and then select **Apply**.- 10. Back on the **Attribute mappings** screen, you should see your new attribute mapping.- 11. Select **Save schema**. You'll be notified that once you save the schema, a synchronization occurs. Click **OK**.- 12. Once the save is successful you'll see a notification on the right.- ## Test your attribute mapping To test your attribute mapping, you can use [on-demand provisioning](how-to-on-demand-provision.md): 