Skip to content

SCIM (v2)

Per the SCIM documentation, the System for Cross-domain Identity Management (SCIM) specification is designed to make managing user identities in cloud-based applications and services easier. Enclave is a compliant SCIM v2 server allowing to sync user type agents and labels from a SCIM client. This lets you utilize your preferred identity provider (IdP) for user management.

Setup

You will need an API key to set up your SCIM v2 integration. You can generate one in the Enclave management console under Settings -> API Keys.

SCIM Base URL: https://enclave.sidechannel.com/api/v1/scim/v2
Authorization: Can either be a Authorization: Bearer <enclave-api-key> or a custom header using X-Api-Key: <enclave-api-key>