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§
- Scim
AddTenant Command - Mint a bearer token for an IdP provisioning channel.
- Scim
Command - Manage the SCIM provisioning server.
- Scim
Quickstart Command - Zero-config quickstart with copy-paste curl examples.
- Scim
Rotate Token Command - Mint a replacement bearer token to rotate a tenant’s channel.
- Scim
Serve Command - Start the SCIM provisioning server.
- Scim
Status Command - Probe a running SCIM server.
- Scim
Tenants Command - List SCIM tenants.
- Scim
Test Connection Command - Validate the full SCIM pipeline against a running server.