Skip Navigation LinksALVAO 11.2 / Admin guide / User management / User authentication in applications / Microsoft Entra ID authentication / Mapping SCIM attributes to object properties
Mapping SCIM attributes to object properties
In Alvao, the following properties of objects are synchronized via the SCIM protocol:
Object property |
Attribute in SCIM |
User |
displayName |
UserName |
userName |
Email |
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 |
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 |
(tblNode.txtLDAPGUID) |
externalId |
Mapping attributes in Microsoft Entra ID to object properties
If you want to import attributes from Microsoft Entra ID to custom user 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}.
Note:
The property ID corresponds to the value of the intKindId attribute in the tblKind table.
Example: To import values into a property with kindId = 9, create an attribute named urn:ietf:params:scim:schemas:extension:alvao_tblProperty:2.0:User:kindId_9
Did not find what you were looking for? Ask our technical support team.