Configure Additional Attributes with SCIM

SailPoint supports SCIM for some additional attributes. You can configure them by perfoming the following steps:

  1. Add the new schema attribute by going to the Source > Schemas > Add New Schema Attribute. The attribute must have a complex name. For example, addresses.work.primary.locality

  2. Add the json path for the attribute under the key “jsonPathMapping”

    For example, <entry key="addresses.work.primary.locality" value="addresses[*][?(@.primary==true)].locality"/>