Public beta scope: AD workflows have real-system path validation, but NOBA is still under active verification. Treat compliance evidence and self-healing claims as evaluation surfaces unless the source and configured state are shown. Read validation boundaries.

SCIM Provisioning

Automatic user provisioning and deprovisioning from your identity provider.

Setup

  1. In NOBA Settings → SCIM: click Generate Token, copy the token and SCIM Base URL.
  2. In your IdP, configure SCIM 2.0: paste the base URL and token, map userName → username, emails → email.
  3. Test the connection and enable provisioning.

Supported Operations

OperationEndpointDescription
Create userPOST /UsersProvision new user
Update userPATCH /Users/{id}Update attributes (role, active status)
Delete userDELETE /Users/{id}Soft-delete with grace period
List usersGET /UsersAll users with optional filter
Bulk operationsPOST /BulkBatch create/update/delete (RFC 7644 §3.7)

Safety Features