Skip to main content

System for Cross-domain Identity Management (SCIM)

SCIM (System for Cross-domain Identity Management) is an open standard that allows for the automation of user provisioning. By configuring SCIM, your identity provider (IdP) can automatically create, update, and deactivate users and groups in Cedar.AI, ensuring your user directory stays in sync with your organization’s central identity source.

Supported Features

Cedar.AI supports the following SCIM 2.0 operations:
  • ServiceProviderConfig: Retrieve compliance and supported feature sets.
  • ResourceTypes: Discover supported resource schemas (Users, Groups).
  • Users:
    • Create: Provision new users.
    • Read: Retrieve user details or list users with filtering (e.g., by userName, email).
    • Update: Modify user attributes (e.g., displayName). Supports replace and add patch operations.
    • Delete: Deactivate users (soft delete).
  • Groups:
    • Create: Create new groups.
    • Read: Retrieve group details or list groups with filtering (e.g., by displayName).
    • Update: Rename groups or update memberships (add/remove members).
    • Delete: Remove groups.

Configuration Guides

Select your identity provider to view specific configuration instructions: