Share all details related to your problem, including any error messages you may have received.
The test connection for the application was successful but when we try to get the attribute in schema preview for account, group and entitlement we are unable to pull any data as it was blank.
we have the HOST URL, Client ID, Client Secret
Is the server SCIM 2.0 compliant? If not enable the option Non-compliant Server. This will skip SCIM 2.0 validation for each response from this server if the SCIM 2.0 Server is not fully compliant with SCIM 2.0 Specification.
The connector requires the following endpoints with valid response for execution:
As mentioned in connector documentation:
Connector does not use the response returned from schema, it will populate the core/ extended schema mentioned inSCIM 2.0 Specs. For more information on the list of attributes, see RFC 7643 - System for Cross-domain Identity Management: Core Schema
Already have the but would like to know how can I add this urn:ietf:params:scim:schemas:extension:sap:user-custom-parameters:1.0 I tried this attribute path urn:ietf:params:scim:schemas:extension:sap:user-custom-parameters:1.0[7].value but it’s not showing
Since the value you are retrieving is a boolean you will not see this in the preview.
If you really want to see what is being pulled is using the connectorDebug.
The conectorDebug is a command in the IIQ Console and is started from the command line on the server running IIQ.
With connectorDebug "Application Name" iterate you will see the output from the connector after the BuildMap and Customization Rules (and the WebServiceAfterOperationRule).