Workspace Clients REST Endpoints
Administration/Workspace Clients
This document type describes the lookup of client application specific OAuth/OpenID Connect secrets that identify the client application on the various different AuthZ servers. It also references the secrets that are needed to sign OIDC token assertions.
- Create a workspace client
- Method: postPath:
/admin/workspaceClients
- Delete a workspace client
- Method: deletePath:
/admin/workspaceClients/{id}
- Get a workspace client
- Method: getPath:
/admin/workspaceClients/{id}
- Get all workspace clients
- Method: getPath:
/admin/workspaceClients
- Replace a workspace client
- Method: putPath:
/admin/workspaceClients/{id}
- Update a workspace client
- Method: patchPath:
/admin/workspaceClients/{id}