The System for Cross-domain Identity Management (SCIM) 2.0 sync destination associates a SCIM 2.0 external server with a set of one or more endpoint mappings and can also specify additional configuration properties.
Available properties include:
server
- The SCIM 2.0 external server to which changes will be synchronized. This is required.
endpoint-mapping
- A set of one or more SCIM 2.0 endpoint mappings to use when synchronizing changes to the SCIM 2.0 server. This is required.
query-method
- The HTTP request method that should be used when querying the SCIM 2.0 server to fetch existing entries. The value can be one of the following:
update-method
- The HTTP request method that should be used when applying changes to existing SCIM 2.0 entries. The value can be one of the following:
You can use the following example configuration change to create a SCIM 2.0 sync destination:
dsconfig create-sync-destination \
--destination-name "SCIMv2 Destination" \
--type scim2 \
--set "server:SCIMv2 Server" \
--set "endpoint-mapping:Users Endpoint"