Skip to main content

Module scim

Module scim 

Source
Expand description

SCIM provisioning server management commands.

serve/quickstart run the in-workspace auths-scim-server library in-process (KERI/registry is authoritative — there is no provisioning database). Tenants are process-configured via flags, so add-tenant/rotate-token mint channel bearer tokens, status probes a running server, and tenants is an honest “no tenant registry in this model” error rather than a fake database stub.

Structs§

ScimAddTenantCommand
Mint a bearer token for an IdP provisioning channel.
ScimCommand
Manage the SCIM provisioning server.
ScimQuickstartCommand
Zero-config quickstart with copy-paste curl examples.
ScimRotateTokenCommand
Mint a replacement bearer token to rotate a tenant’s channel.
ScimServeCommand
Start the SCIM provisioning server.
ScimStatusCommand
Probe a running SCIM server.
ScimTenantsCommand
List SCIM tenants.
ScimTestConnectionCommand
Validate the full SCIM pipeline against a running server.

Enums§

ScimSubcommand