Hi All,
In this document, I will discuss one important thing that is not available in clear information in any other document.
The problem is, when we are working with SCIM 2.0, there might be a chance that the SailPoint SCIM connector is not able to discover all accounts schema attributes. So that data won’t come properly. So we have to manually add them to the schema. But it is not enough. We also have to do a few things also.
Step 1. Add the additional attribute to the schema first.
Step 2: Add its valid JSON path under JSONPath Mapping in the application via Debug as follows.
Go open the application from debug and find the jsonPathMapping entry (for few there might be something different like schemaPropertyMappings). In that map entry, the JSON path for whatever the attribute you added. In my case it is sscRoles.
How can we find out the JSON path for the attribute?
To know that, try to get the user details from Postman (check with application team to get the API details if you don’t find in the logs) and one user entry. There, you can use any JSONPath online/offline evaluator (SailPoint Developer Community) and get that as follows.
Copy any user entry from the result and use in JSONPath evaluator.
Get that JSONPath for whatever the attribute you are looking for and use it in the application.
After you added the path and ran the aggregation. And you will get them. And make sure the type of the attribute is multi-value if it has multiple values.