SCIM customization properties and schemas
The SCIM customization includes the following properties, supported schemas, and unsupported schemas.
Properties
SCIM customization adds the following system properties.
| Name | Description |
|---|---|
| com.snc.integration.scim2.max.member.count | The SCIM maximum member count. |
| com.snc.integration.scim2.resolve.externalid.conflict | Resolve SCIM resources based on the source definition of the requesting client if
multiple resources are found with an external ID SCIM filter. 주: As a prerequisite, if
provisioning is done from multiple sources, then the sources must be defined in the SCIM
Source Definition table. If sources are not defined or if this property is inactive, then
all matching resources are returned with an external Id filter response. |
| com.snc.integration.scim2.user.etl.definition.id | The SCIM User ETL Definition ID. |
| com.snc.integration.scim2.group.etl.definition.id | The SCIM Group ETL Definition ID. |
| com.snc.integration.scim2.rte.verbose.logging.enabled | Enables verbose logging for SCIM User and Group RTE definitions. |
| com.snc.integration.scim2.string.field.length.validation.enabled | The length validation for fields. This property enables validation instead of truncating and saving the field. |
| com.snc.integration.scim2.provider.customization.script.id | The ID of the script include for customizing the SCIM responses. |
Supported schemas
SCIM customization adds the following supported schemas.
| Schemas | Description | Prefix | Example |
|---|---|---|---|
| urn:ietf:params:scim:schemas:core:2.0:User | Includes core attributes for the resources. | none | name.middleName |
| urn:ietf:params:scim:schemas:extension:servicenow:2.0:User | Includes attributes that are related to ServiceNow. | servicenow | servicenow.manager.value |
| urn:ietf:params:scim:schemas:extension:servicenow:custom:2.0:User | Includes custom attributes that are not mapped as part of the core extension or the ServiceNow extension schema. | custom | custom.socialId |
Unsupported schema
urn:ietf:params:scim:schemas:extension:enterprise:2.0:User: Includes attributes commonly used in representing users that belong to or act on behalf of a business or an enterprise.
주:
Enterprise schema is a valid schema but its attributes are mapped to any table. Because
database persistence is not supported, there will be no error displayed if an enterprise schema
is included in the request body.