PingDirectory

Configure the SCIM sync destination

Configure the sync destination to synchronize data with a SCIM service provider. Run the dsconfig command:

$ bin/dsconfig create-sync-destination \
  --destination-name scim \
  --type scim \
  --set server:scim
shell