User profile schema LDAP attribute mapping

ISAM provides pre-defined mapping of SCIM attributes to commonly available LDAP attributes. This default mapping can be customized on the User Profile tab of the SCIM Configuration page. See User profile. SCIM attributes that are not mapped to an LDAP attribute are not shown when the user profile schema is queried. The following table shows the default user schema attribute mapping.

The following table shows the enterprise extension attribute mapping.

The following attributes are not mapped by default:

Handling of multi-valued LDAP attributes

If an attribute in the SCIM schema is mapped to a multi-valued LDAP attribute, only the first of the multiple values that are provided by the LDAP server is returned.

Handling of multi-valued SCIM attributes

Some SCIM attributes, such as addresses, emails, and phone numbers contain multiple complex values. For these attributes, the returned value is an array where each array element is a sub attribute with a different type string. The type strings are mapped to fixed strings and as such the entire sub attribute is always returned, regardless of Whether other attributes such as value or primary are present.

Consider the following LDAP entry and corresponding SCIM JSON representation of an example user.

Parent topic: User Self-Care with the SCIM API