Skip to main content

Data provisioning

Enabling provisioning

Enabling provisioning

Connector settings

Connector settings
ParameterDescription
Base address{Base address}
Authentication modeBasic
Username{username}
Password{Password}
Security protocolTLS 1.2
Content type headerapplication/scim+json
Accept headerapplication/scim+json
Headers{"Request":{"Content-Type":"application/scim+json"}}
Test connectionSelect the checkbox

Task mappings

SAP IAS groups

The object is used for adding and deleting users to groups. It has the following properties:

ParameterOperatorSource
Object IdExpressionROPE_ResourceKey.ToLower()
Object typeExpressionOperation == "Create" ? "Groups/"+ROPE_ResourceKey.ToLower() : "Groups"
OperationMapOperation
schemasConstanturn:ietf:params:scim:api:messages:2.0:PatchOp
Operations[].opExpressionOperation == "Create" ? "add" : "remove"
Operations[].pathExpressionOperation == "Create" ? "members" : null
Operations[].value[].valueExpressionOperation == "Create" ? ROPE_AccountName : null
Operations[].pathExpressionOperation == "Delete" || Operation == "DeleteIfExists" ? string.Format("members[value eq \"{0}\"]", ROPE_ATTR_C_SAPIASACCOUNTID) : null