Skip to content

Manage SCIM 2.0 attribute mappings

Attributes in your organization are mapped to the following SCIM 2.0 schema mappings:

Core schema

The core schema defines a set of common attributes that are included in every SCIM resource, such as unique identifiers and resource metadata. Core schema attributes are an integral part of every base resource schema. Unlike other schemas, the core schema does not have its own URI and is inherently included in every resource definition.

Read about core schema in the SCIM2 specification.

User schema

The user schema defines attributes specific to user resources, in addition to the core schema attributes. This schema is identified by the URI urn:ietf:params:scim:schemas:core:2.0:User. Attributes in the user schema include details such as the user's name, email addresses, phone numbers, roles, and other identity-related properties.

Read about user schema in the SCIM2 specification.

Enterprise schema

The enterprise schema extends the user schema to include attributes commonly used for representing users in business or enterprise environments. This schema is identified by the URI urn:ietf:params:scim:schemas:extension:enterprise:2.0:User. Attributes in the enterprise schema include details such as the user’s department, manager, cost center, and other organization-specific properties.

Read about enterprise schema in the SCIM2 specification.

System schema

The system schema is a user extension provided by Asgardeo to support attributes related to the product features and functionalities. It includes user attributes that are essential for Identity Server-specific operations, as well as general user attributes not covered in the standard SCIM specification.

Custom schema

Custom schema attributes provide the flexibility to extend standard SCIM schemas with additional fields to fit the needs of your organization. While other attribute schemas cannot be modified, you can freely add or delete custom schema attributes.

View SCIM 2.0 attributes

To view the SCIM 2 attributes mapped to user attributes in your organization:

  1. On the Asgardeo Console, go to User Attributes & Stores > Attributes.
  2. Under Manage Attribute Mappings, click SCIM 2.0.

    View SCIM2 attributes

Add a SCIM 2.0 custom schema attribute

You can add new SCIM 2.0 custom schema attributes as follows:

  1. On the Asgardeo Console, go to User Attributes & Stores > Attributes.
  2. Under Manage Attribute Mappings, click SCIM 2.0.
  3. Click New Attribute and enter values for the following properties:

    Add OpenID Connect attributes

    SCIM Attribute The SCIM attribute name that will be shared with applications.
    User attribute to map to Select the default attribute that should be mapped to the new SCIM attribute.

  4. Click Save.

Delete a SCIM 2.0 custom schema attribute

To delete the SCIM 2.0 custom schema attributes available in your organization:

  1. On the Asgardeo Console, go to User Attributes & Stores > Attributes.
  2. Under Manage Attribute Mappings, click SCIM 2.0.
  3. Navigate to the Custom Schema tab and select the attribute to delete.
  4. Click Delete and select the checkbox to confirm you action.
  5. Click Confirm.

Note

Only custom attributes can be deleted.