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: post
Path: /admin/workspaceClients
Delete a workspace client
Method: delete
Path: /admin/workspaceClients/{id}
Get a workspace client
Method: get
Path: /admin/workspaceClients/{id}
Get all workspace clients
Method: get
Path: /admin/workspaceClients
Replace a workspace client
Method: put
Path: /admin/workspaceClients/{id}
Update a workspace client
Method: patch
Path: /admin/workspaceClients/{id}