Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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.

NameDescription
com.snc.integration.scim2.max.member.countThe SCIM maximum member count.
com.snc.integration.scim2.resolve.externalid.conflictResolve SCIM resources based on the source definition of the requesting client if multiple resources are found with an external ID SCIM filter.Note: 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.idThe SCIM User ETL Definition ID.
com.snc.integration.scim2.group.etl.definition.idThe SCIM Group ETL Definition ID.
com.snc.integration.scim2.rte.verbose.logging.enabledEnables verbose logging for SCIM User and Group RTE definitions.
com.snc.integration.scim2.string.field.length.validation.enabledThe length validation for fields. This property enables validation instead of truncating and saving the field.
com.snc.integration.scim2.provider.customization.script.idThe ID of the script include for customizing the SCIM responses.

Supported schemas

SCIM customization adds the following supported schemas.

SchemasDescriptionPrefixExample
urn:ietf:params:scim:schemas:core:2.0:UserIncludes core attributes for the resources.nonename.middleName
urn:ietf:params:scim:schemas:extension:servicenow:2.0:UserIncludes attributes that are related to ServiceNow.servicenowservicenow.manager.value
urn:ietf:params:scim:schemas:extension:servicenow:custom:2.0:UserIncludes custom attributes that are not mapped as part of the core extension or  the ServiceNow extension schema.customcustom.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.

Note: 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.