ADC syncs a default set of attributes from AD to AAD out of box. To sync extension attributes (the term 'extension attributes' here doesn't refer to "extensionattribute1-15", but rather any attribute that is not included by default by ADC for sync with Azure):
- Open ADC | Configuration | Customize Sync Options
- In "optional features", check "Directory extension attribute sync"
- In attribute select page, check and select what you want to include to be sync'ed
Within Azure AD portal, how to retrieve extension attribute
- There should be a new app called "Tenant Schema Extension App" , this is where you can find App ID so you can retrieve extension attributes
- E.g. Creating a dynamic group based on extension attribute
- when create group rule, select "Get custom extension properties" option
- In new window, paste in the App ID you copied from step 1, then click on refresh button
- back to attribute dropdown list, at buttom the new attribute should be available for you to chose. The attribute name is in format similar to "extension_appID_GUID_onPremAttName"