Configure Additional Attributes with SCIM
SailPoint supports SCIM for some additional attributes. You can configure them by perfoming the following steps:
-
Add the new schema attribute by going to the IdentityIQ application > Schemas > Add New Schema Attribute. The attribute must have a complex name. For example, addresses.work.primary.locality
-
Add the json path for the attribute under the key “jsonPathMapping”
For example, <entry key="addresses.work.primary.locality" value="addresses[*][?(@.primary==true)].locality"/>