SCIM customization

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Customize SCIM protocols for your identity management.

    SCIM customization enables you to do the following:
    • Support custom fields on the sys_user and sys_user_group tables through dynamic extension schema generation.
    • Provide an ability to override the default SCIM mappings.

    You need the scim_config_admin to define custom extension schemas for user and group resources. The attributes defined in the custom extension schema can be mapped to fields in the sys_user and sys_user_group tables.

    Configurations for SCIM customization

    For SCIM customization, you should perform the following tasks:

    • Define a custom extension schema for users and groups in the SCIM Extension schema table.  For more information see, Create a SCIM Extension schema.
    • Create entities in an ETL definition for custom schema attributes. The entities are created for the target table that is mapped with either the sys_user and sys_user_group attributes. For more information see, Create a SCIM ETL definition.
    • Create an RTE mapping between these two entities.  For more information see, step 5 in the Create a SCIM ETL definition.
    • Send custom schema attributes with data in the SCIM API request payload.

    The SCIM API calls the RTE engine with the defined mapping. The data is stored in the respective fields in the target table as defined in the mapping.