BrainDocs

SCIM

Provision workspace members with SCIM 2.0 (Users only).

Requires the SSO license entitlement. Team workspaces only.

Open /workspaces/settings?tab=ssoSCIM provisioning.

What Brain exposes

ItemValue
SCIM base URL{BRAIN_PUBLIC_URL}/api/auth/scim/v2
Provider idbrain-scim-{workspaceId} (shown in UI)
ResourceUsers only — no Groups / IdP role mapping

Token

  1. Generate token (or Rotate / Revoke)
  2. Copy the bearer onceBearer token (copy now; shown once)
  3. Paste base URL + bearer into Okta, Entra ID, or similar

Status shows Token active or No token. Tokens are stored hashed on the host.

Provision and deprovision

IdP actionBrain result
Create / activate userLink or create account; add as workspace member
Delete / deactivateRemove membership when safe (last owner is not removed)

SCIM user create still works under invite-only / SSO-only signup modes, but remains subject to maxUsers and the SSO entitlement.

IdP tips

  • Map userName / email to the user’s work email
  • Use bearer auth against the base URL above
  • Do not expect Groups sync — assign workspace roles in Brain after provision if needed