SCIM 2.0 Relax Configuration
Enable the Non-compliant Server? option to 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.
Note
Enabling the Non-compliant Server? option has no impact on the Test Connection operation.
Discover Schema
Connector does not use the response returned from schema, it will populate the core/extended schema mentioned in SCIM 2.0 specifications.
For more information on the list of attributes, refer to SCIM Core Resources and Extensions.
-
If any new attribute must be added, then add it into the schema along with its JSON path in the
jsonPathMapping
attribute in the application. -
If any new object type other than default objects (Account, Group, Role, Entitlement) must be added, the add them manually into the schema along with its JSON path mapping in the application.
Account/Group Aggregation
The connector uses the JSON path mapping provided in source.
You can configure a custom rootPath for aggregating Accounts if the rootPath of /Users
does not comply with SCIM RFC. For example, if /Users
rootPath is “resources” instead of the SCIM RFC standard “Resources”, add an entry in the application XML in the debug page as shown below:
<entry key=“aggregation_rootPath” value=“$.resources[*]“/>