Keycloak · Arazzo Workflow
Keycloak Decommission a Client
Version 1.0.0
Snapshot a client registration, disable it, and optionally delete it after a soak period.
View Spec
View on GitHub
AuthenticationAuthorizationIdentity ManagementOpenID ConnectSecuritySSOArazzoWorkflows
Provider
Workflows
decommission-client
Capture, disable, and optionally delete a client registration.
Resolves a client by clientId, snapshots its representation for rebuild, disables it, and permanently deletes the registration only when hardDelete is true.
1
resolveClient
getClients
Exchange the clientId for the internal client UUID that the detail and delete endpoints require.
2
captureClientSnapshot
getClient
Read and retain the full client representation before touching it. This snapshot is the only rebuild record once the registration is deleted, since Keycloak keeps nothing recoverable afterwards.
3
disableClient
updateClient
Disable the client. Token requests start failing immediately, which is the point: it surfaces any forgotten consumer while the change is still a one-field edit away from being undone.
4
confirmDisabled
getClient
Read the client back to prove it is disabled, and stop here unless the caller explicitly asked for deletion.
5
deleteClientRegistration
deleteClient
Permanently remove the client registration. Only reached when hardDelete is true, and only recoverable from the snapshot captured earlier.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for arazzo workflows
4 MCP tools reach this
find_arazzoBrowse and filter every workflow in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/keycloak-decommission-client-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.