Steps to sync a new user attribute from on-prem to Azure using Azure AD Connect

Komoroske, Gina 371 Reputation points
2020-04-01T17:04:10.863+00:00

Hi,
I have been requested to sync an attribute that is in our on-premise active directory user objects to Azure. We use Azure AD Connect. I thought I could go into the synchronization service manager, go to connectors, select properties on our connector, select attributes and just check the attribute to sync. It is telling me that it is deprecated and to use the Wizard. I went to the wizard and noticed if I select this attribute here, the ones we already sync are in the list to choose from as well. If I select only that new attribute to sync (and not all the ones we already sync), will I lose all those attributes we currently sync then? Do I have to use the Wizard and select ALL the attributes we want to sync, or can I just add that one attribute and the rest will remain synced as desired?

Thanks in advance for help.
Gina

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,441 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Vasil Michev 95,096 Reputation points MVP
    2020-04-01T18:29:52.497+00:00

    You seem to be talking about the Directory extensions feature, as detailed here: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-feature-directory-extensions

    First of all, this is needed only for attributes that are not present in the Azure AD schema, if you simply want to add an attribute you've previously excluded, use the "Azure AD app and attribute filtering" feature instead. But if you do want to add an attribute that is not part of the schema, you simply need to add it to the list, no need to add any "existing" ones. Do make sure your expectations are set correctly, as such attributes cannot be "consumed" directly by any of the first-party apps (Office 365 as the prime example). Instead, you leverage them directly via Graph API calls in your apps. Refer to the document above for more details.


  2. Anonymous
    2020-04-01T20:44:57.693+00:00

    Hi Gina,

    This write up was very helpful for me in trying to accomplish what I think is the same thing you are needing to.

    user-provisioning-sync-attributes-for-mapping

    hope that helps!