System for Cross-domain Identity Management (SCIM)
This page covers the technical SCIM protocol details. To create SCIM mappings in the Cedar Admin Portal, see SCIM in the Admin Portal.
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). Supportsreplaceandaddpatch 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.
Getting Started
Create a SCIM mapping in the Admin Portal
Go to the Admin Portal SCIM page and create a mapping. You’ll get the Client ID and Client Secret needed for your identity provider.
Configure your identity provider
Use the guides below to set up SCIM in your identity provider using the credentials from the Admin Portal.
Test and monitor
After setup, monitor the Users page in the Admin Portal to verify provisioning is working.