You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Filters accept unquoted booleans for active (RFC 7644)
- Group PATCH resolves order-sensitive membership deltas by last operation
and refuses a non-string externalId
- Full writes accept case-insensitive attribute names (Entra's `username`)
- Credential issue counts and inserts under the connection row lock
- Projection records provenance only for access the directory actually
granted unless the directory is the source of truth; skips departed
members and workspaces moved to another organization
- Reconcile job verifies its lease per batch and reads settings after
taking it
- Group writes serialize on the organization lock; the member role route
runs its managed-membership check under the same locks
- Seat reconciliation targets the subscription admission validated against
- Docs: FAQ import, self-hosted flags; docs manifest regenerated
- Chart 1.10.0 for the new cron job; test fixtures carry column defaults
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Directory provisioning connects your identity provider to Sim over SCIM 2.0. Your provider creates members when someone joins, updates them when their details change, and deactivates them the moment they leave — without anyone touching Sim.
11
12
12
13
It pairs with [SSO](/platform/enterprise/sso). SSO proves who someone is when they sign in. Directory provisioning decides who exists and what they can reach, before and after that.
13
14
14
15
<Callouttype="info">
15
-
Enterprise plans. Requires at least one [verified domain](/platform/enterprise/verified-domains) for your organization.
16
+
Enterprise plans. Requires at least one [verified domain](/platform/enterprise/verified-domains) for your organization. Self-hosted deployments turn it on with `SCIM_ENABLED=true` and `NEXT_PUBLIC_SCIM_ENABLED=true`, alongside the [SSO variables](/platform/enterprise/sso#self-hosted-setup).
0 commit comments