Hi santhosh SME,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Team,
We would like to add custom attribute in AD and also those attributes hast to syn with entra ID using entra ID connect. the attribute willbe added in AD thenin the entra ID we have to add the attrbiute to sync to entra ID . do we need to create any other rules apart from this. Could you also share a reference blog or the steps for this? this attribute will be used by few apps liek workday etc
Hi santhosh SME,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
Hi santhosh SME,
The good news is that this is possible, but there are a few important steps to follow. First, you’ll need to extend the AD schema to add the custom attribute. Once the attribute exists in AD, you can configure Entra ID Connect to include it in the synchronization process. This usually involves creating or editing a synchronization rule so that the attribute flows from AD to Entra ID.
In most cases, you don’t need to create additional rules beyond mapping the attribute correctly, but you should verify that the attribute is marked as “directory sync enabled” and that it’s included in the outbound rules. If the attribute will be consumed by applications like Workday, make sure it’s exposed in Entra ID and available in the app’s claims or provisioning configuration. Testing the sync in a lab environment first is always a good idea.
Microsoft has documentation and blogs that walk through the process of extending the schema and configuring Entra ID Connect rules. I recommend reviewing the official Entra ID Connect custom attribute sync guide, which provides step‑by‑step instructions and examples. This will help ensure you don’t miss any prerequisites, such as permissions or schema updates.
I hope this gives you a clear direction. If you find this answer helpful, please consider clicking Accept Answer so others can benefit too.
Jason.
To sync a new custom attribute from on-premises Active Directory (AD) to Microsoft Entra ID and make it usable by apps like Workday, the high-level steps are:
user resource type and its extension properties).Create extensionProperty or New-MgApplicationExtensionProperty to define the extension in Entra ID, then map it using cloud sync.<attributename> (extension_<appID>_<attributename>).For your scenario (AD → Entra ID → apps like Workday), the critical steps are: extend AD, configure cloud sync attribute mapping (AD to Entra ID), verify the extension on the Entra user, then configure each application’s provisioning mappings to consume that extension.
References: