Skip to main content
POST
Update Client

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Path Parameters

app_id
string
required

Application that owns the client.

id
string
required

SSO application that governs the client.

Body

application/json

SSOApplicationServiceUpdateClientRequest replaces display name, redirect URIs, private-key JWKS, or tightens legacy PKCE to required.

client
Sso Application Oidc Client Config · object | null
required

SSOApplicationOIDCClientConfig is the administrator-supplied configuration from which C1 mints an App-owned OAuth client. The client ID is never input.

clientId
string
required

Generated client ID to update.

Response

200 - application/json

SSOApplicationServiceUpdateClientResponse contains the updated client.

SSOApplicationServiceUpdateClientResponse contains the updated client.

client
Sso Application Oidc Client · object | null

SSOApplicationOIDCClient is an App-owned OAuth client minted by C1.