Continuing the discussion from SCIM Connector Discover Schema Error:
do you have some error?
are you sure the webservice is in SCIM standard?
Hello @enistri_devo yes the webservice is SCIM standard. I am using a sandbox offered by SCIM to test the scim service. https://scim.dev/
Issue is I am unable to discover schema . The error is “An error occurred . Please Contact Admin”
Issue Resolved: Non-Standard SCIM Application Integration
Root Cause: The target application for integration does not fully adhere to the standard SCIM protocol.
Solution:
- Verify SCIM Compliance:
- Check if the target application is listed as a supported SCIM server on the SCIM Cloud website: SCIM: System for Cross-domain Identity Management
- If not listed, integration might require additional configuration.
- Non-Standard Application Integration (if applicable):
-
Enable Non-Compliant Settings: In the source configuration settings, locate the “NonCompliant Settings” section and enable it. (See image reference below)
-
Map Schema Attributes: Utilize a JSON path finder tool (like https://jsonpathfinder.com/) to map the standard SCIM schema attributes to the actual response attribute paths provided by the non-compliant application.
-
Implementing these steps should resolve the aggregation issue with the non-standard SCIM application.
-
If you encounter further difficulties, refer to the documentation.
Thank you !
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.