---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Creating a source definition

# Creating a source definition {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Create a source definition to capture information about which identity source a resource is provisioned from.

## Vorbereitungen

Role required: scim_config_admin  
Warnung:  
Grant this role carefully. The scim_config_admin role is equivalent to giving the user the admin role, where the scim_config_admin can add or update Personally Identifiable Information (PII).

## Warum und wann dieser Vorgang ausgeführt wird

Using a source definition, the provisioning identity source can be mapped to an OAuth entity using which it authenticates while provisioning.

After a source definition is created, all resources getting provisioned from that identity source is mapped to its corresponding source definition ID.

The source definition captures the required source information, such as by doing the following:

* Identifies the SCIM Client from which the resource is provisioned.
* Resolves duplicate information provided by the external ID:
  * If multiple identity sources are provisioning resources, there can be two or more resources have the same external ID value because the external Id is only unique to the identity source.
  * If multiple resources are returned with an external ID SCIM filter then the resources can be resolved based on the source definition of the requesting identity source.
  {#create-source-definition__ul_okv_txf_wtb}

{#create-source-definition__ul_gwf_2cl_mtb}  
Hinweis:  
A source definition can be created only for the identity source, which, uses an OAuth authentication method.

## Prozedur

1. Navigate to AllSCIMSource Definition.
2. On the SCIM Source Definitions page, click New.
3. On the form, fill in the fields.  
   {#create-source-definition__table_z3g_llg_btb__entry__2}

   | Field | Description |
   |-|-|
   | Name | Name of the source definition. |
   | Application | Application scope for this record. |
   | OAuth Entity | The OAuth entity of the integration user. The entity is used for provisioning the user by the identity source provider. |
   | Identity Source | The name of the identity source provider. For example, Azure AD, Okta, and so on |
   [Tabelle : 1. SCIM Source Definition]

   {#create-source-definition__table_z3g_llg_btb}  
   Hinweis:  
   Enable the com.snc.integration.scim2.resolve.externalid.conflict property to return only SCIM resources created by the requesting identity source. By default, all the matching resources with an external ID filter are returned.
4. Click Submit.

## Ergebnisse

The SCIM source definition is created. Use the SCIM ETL Definitions to map the resources based on the extension schema on the sys_user and sys_user_group table. For more information, see [Create a SCIM ETL definition](https://servicenow-prod.fluidtopics.net/bl82UlnXLNui0yrTYNtmEg "Use the SCIM ETL definitions to map the custom attributes with the sys_user or sys_user_group tables.").

