I’m trying to onboard a new source with SCIM 2.0 connector and SCIM 2.0 SaaS connector - direct connection type.
SCIM 2.0 - Test Connection is successful and when I do discover schema in Account Schema section its throwing en error - org.json.JSONException: A JSONObject text must begin with ‘{’ at 1 [character 2 line 1]
SCIM 2.0 SaaS - Test connection is successful and when I run Account Aggregation its throwing java.lang.RuntimeException - java.lang.IllegalStateException: [ConnectorError] Maximum number of redirects exceeded
SCIM APIs are working as expected from Postman. Could you please let me know how to resolve this issue?
These are all standard SCIM endpoints, if your SCIM server is compliant then it should have these. They will need to be functional for the Sailpoint SCIM connector to work as expected (attribute discovery for instance), otherwise you will need to develop a custom web services connector to work with your api.
Now I’m able to successfully test the discover schema and aggregation with the SCIM 2.0 SaaS connector. However when I ran the Entitlement Aggregation, the members attribute of each groups is showing something like INCORRECT TRANSLATION FORMAT. I tried to change the type of the members attribute to string and multivalued but still its not working.
Can you get some entitlements from POSTMAN and check if any have a special characters - this may be the reason for your error INCORRECT TRANSLATION FORMAT