SCIM Connector Discover Schema Error

I am using SCIM 2.0 connector. While doing the discover schema I am getting below error

  • Unable to discover the [account] schema for this application.[sailpoint.connector.ConnectorException: org.json.JSONException: Resource doesn’t exist]

SailPoint log:

  • disableStrictParsing flag is false.
  • ResourceType id is missing

Hi Pratikshya
Welcome them to the SailPoint Developer Community!
I usually try on Postman before setting it up on IDN/IIQ. SCIM has set of standard endpoints to return values.

Service provider schemas MAY be returned from the “/Schemas” endpoint.
Try GET {{sp-scim-base-url}}/Schemas on Postman and validate if it returns any.
Schema

A collection of attribute definitions that describe the contents of an 
entire or partial resource, e.g.,"urn:ietf:params:scim:schemas:core:2.0:User".
The attribute definitions specify the name of the attribute, and metadata such as type (e.g., string, 
binary), cardinality (singular, multi, complex), mutability, and returnability.
2 Likes

Hi @pratikshyaT ,
Is it SCIM compliant server? As Antony mentioned you can use postman to validate the ServiceProviderConfig. - GET {{baseUrl}}/ServiceProviderConfig
You can use the endpoints GET {{baseUrl}}/ResourceTypes and GET {{baseUrl}}/Schemas/User can be used to see the exact Schema. If the application SCIM server is non- compliant , enable that in application

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.