Skip to main content

Regenerate a client key pair

POST /api/clients/:client_id/regenerate_key_pair regenerates the key pair of the identified client resource

Required scope: clients:manage:all

Path Parameters
client_id string REQUIRED
Responses
200
Schema OPTIONAL
data object OPTIONAL
id string OPTIONAL
public_client_id string OPTIONAL
check_public_client_id boolean OPTIONAL
name string OPTIONAL
secret string OPTIONAL
confidential boolean OPTIONAL
redirect_uris string[] OPTIONAL
public_refresh_token boolean OPTIONAL
public_revoke boolean OPTIONAL
authorize_scope boolean OPTIONAL
enforce_dpop boolean OPTIONAL
enforce_tx_code boolean OPTIONAL
access_token_ttl int32 OPTIONAL
authorization_code_ttl int32 OPTIONAL
authorization_request_ttl int32 OPTIONAL
refresh_token_ttl int32 OPTIONAL
id_token_ttl int32 OPTIONAL
pkce boolean OPTIONAL
public_key string OPTIONAL
key_pair_type object OPTIONAL
signatures_adapter string OPTIONAL
did string OPTIONAL
identity_provider object
id string OPTIONAL
name string OPTIONAL
authorized_scopes object[] OPTIONAL
id string OPTIONAL
name string OPTIONAL
public boolean OPTIONAL
supported_grant_types string[] OPTIONAL
id_token_signature_alg string OPTIONAL
userinfo_signed_response_alg string OPTIONAL
token_endpoint_jwt_auth_alg string OPTIONAL
token_endpoint_auth_methods string[] OPTIONAL
jwt_public_key string OPTIONAL
response_mode string OPTIONAL
401

The client is unauthorized to access this resource.

Schema OPTIONAL
code string
message string
403

The client is forbidden to access this resource.

Schema OPTIONAL
code string
message string
404

The requested resource could not be found.

Schema OPTIONAL
code string
message string
422

The request payload is invalid.

Schema OPTIONAL
errors object OPTIONAL