A SCIM 2.0 connector for any SCIM 2.0-capable identity provider — Okta, Microsoft Entra ID, Google, OneLogin, Ping, or custom/in-house. Operator tooling, customer self-service, and a security-focused architecture. The capability matrix below reflects the current supported scope.
Full user lifecycle: create, read, update, deactivate. Attribute mapping, external ID tracking, and idempotent operations.
Group create, update, membership add/remove, and delete. Handles large membership sets with robust filtering.
SCIM filter support (userName eq, externalId eq, displayName eq), sorted paginated responses.
Background consistency checks detect drift between IdP state and connector state. Dry-run preview before applying fixes.
Every SCIM operation emits a structured audit event with actor, tenant, resource, outcome, and timestamp.
Standards-compliant capability discovery endpoint for automated IdP configuration.
Full tenant isolation per customer — separate credentials, separate data, and a tenant-scoped audit history.
Generate, rotate, and revoke SCIM bearer tokens per tenant from the operator dashboard.
Schedule background sync jobs, reconciliation runs, and health checks on configurable intervals.
This matrix is the source of truth for what LabsNinja SCIM supports today. We update it as scope changes. Items marked as not supported or planned are tracked on our internal backlog; talk to us if any of them are blockers.
Talk to us about your identity stack and provisioning requirements.
Request a DemoYour identity provider pushes SCIM changes to LabsNinja SCIM, which applies them to your target applications automatically in the background.
Provisioning work runs with exactly-once reliability; interrupted work is detected and recovered automatically, and every action is audited. We do not publish fixed latency or failover SLAs.
The platform records internal operational health signals — failure counters, authentication anomalies, and background-automation health — consumed by internal monitoring and operator alerting. These are internal signals, not public live values, and their details are not published.
The implemented SCIM 2.0 surface. Point any SCIM 2.0-capable IdP (Okta, Microsoft Entra ID, Google, OneLogin, Ping, or custom) at the base URL with a tenant bearer token. The capability matrix above is the source of truth for the supported filter and PATCH subset.
curl -H "Authorization: Bearer <tenant-token>" \ -H "Content-Type: application/scim+json" \ https://scim.labsninja.com/scim/v2/Users