Skip to main content

Data provisioning

Connector settings

ParameterValue
Base address{baseURL}
Authentication modeBasic
Username{user@companyID}
Password{password}
Content type headerapplication/scim+json
Accept headerapplication/scim+json
Root resource path$.Resources[0]
Test connectionSelect the checkbox
Test queryGroups

Task mappings

The connectivity package provides the mapping for the Assignment (SAPSFGROUPASSIGNMENT) parameter that assigns users to groups.

SAP SuccessFactors group assignment

The object is used to create and delete users from static groups.

ParameterOperatorSource
Object IdMapObjectId
Object typeConstantSAPSFGROUPASSIGNMENT
OperationMapOperation
idMapROPE_ResourceIdentifier
schemasConstanturn:ietf:params:scim:api:messages:2.0:PatchOp
Operations[].opExpressionOperation == "Create" ? "add" : null
Operations[].pathExpressionOperation == "Create" ? "members" : null
Operations[].value[].valueExpressionOperation == "Create" ? ROPE_DistinguisedName : null
Operations[].opExpressionOperation == "Delete" ? "remove" : null
Operations[].pathExpressionOperation == "Delete" ? string.Format("members[value eq \"{0}\"]", ROPE_DistinguisedName) : null

Additional configuration

Account Resources

SAP SuccessFactors does not recommend using the SCIM API to create users. To prevent tasks from being sent to OPS, use the following steps:

  1. Go to Setup > Master data > Resources > Account resources.

  2. In the account resources, search for the account resource <yoursystemid>.<yoursystemid>.PERSONAL (for example: your system ID is SAPSF_AR, the account resource name is then SAPSF_AR.SAPSF_AR.PERSONAL). Open the account resource.

  3. In the Fulfillment tab, check the Skip provisioning option.

  4. In the Advanced tab, from the Prevent self-service option dropdown, select Yes. Click OK.

Resource types

SAP SuccessFactors does not allow adding or removing users from dynamic groups. To ensure that dynamic groups do not appear in the request access options, introduce the following configuration option:

  1. Go to Setup > Master data > Resources > Resource types.
  2. In the resource types, search for the SAP SuccessFactors Dynamic Group resource type and open it.
  3. In the Other settings tab, from the Prevent self-service option dropdown, select Yes. Click OK.