Active
Project:
Microsoft Entra sync
Version:
2.2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 May 2026 at 11:19 UTC
Updated:
20 May 2026 at 11:20 UTC
Jump to comment: Most recent
todo: add all 15 extensionAttributes as selectable attributes in the sync form, and manage special mapping for these. They are nested within the user object.
--
These are things like:
extensionAttribute1
extensionAttribute2
...
extensionAttribute15These are available on the user object as:
onPremisesExtensionAttributes
Example:
{
"onPremisesExtensionAttributes": {
"extensionAttribute1": "Marketing",
"extensionAttribute2": "VIP"
}
}
Comments
Comment #2
vegardjo commented