Mapping SCIM attributes to object properties
In Alvao, the following object properties are synchronized via the SCIM protocol:
Object property | Attribute in SCIM |
---|---|
User | displayName |
UserName | userName |
emails[type eq "work"].value | |
Phone | phoneNumbers[type eq "work"].value |
Mobile | phoneNumbers[type eq "mobile"].value |
Division | urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department |
Position | title |
City | addresses[type eq "work"].locality |
Country | addresses[type eq "work"].region |
Company | urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:organization |
Street | addresses[type eq "work"].streetAddress |
Department | addresses[type eq "work"].country |
ZIP code | addresses[type eq "work"].postalCode |
Office | addresses[type eq "work"].formatted |
Home phone | phoneNumbers[type eq "home"].value |
Pager | phoneNumbers[type eq "pager"].value |
Fax | phoneNumbers[type eq "fax"].value |
Account is disabled | Active (negated value) |
Personal number | urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:employeeNumber |
Active Directory object GUID | externalId |
Mapping attributes in Microsoft Entra ID to object properties
If you want to import attributes from Microsoft Entra ID to custom object properties in the object tree, follow the same steps as for mapping to custom user fields, except that for each property, create a new attribute with a name of the form urn:ietf:params:scim:schemas:extension:alvao_tblProperty:2.0:User:kindId_{propertyID}
.
The property ID corresponds to the value of the tblKind.intKindId database table column.
Example: To import values in an object property with intKindId = 9, create an attribute named urn:ietf:params:scim:schemas:extension:alvao_tblProperty:2.0:User:kindId_9
.