Update dynamic client profile.

Modify the default settings for creating dynamic client of this tenant.

Entitlements required: manageFederations (Manage federations)

Body Params

Client payload

array of strings
required

List of default grant types. Valid values are: authorization_code, implicit, password, urn:ietf:params:oauth:grant-type:device_code, urn:ietf:params:oauth:grant-type:jwt-bearer and refresh_token.

grant_types*
array of strings

List of default claims for ID token and user info.

id_token_claims
array of strings

List of default claims for introspection and JWT access token.

token_claims
string

Type of access token to be generated. Default is 'default'.

string

ID token signing algorithm. Default is 'RS256'. When accessTokenType is jwt, asymmetric algorithm should be set as default.

string
object
object
boolean

Enforce PKCE verification. If not provided, the value will be set to true.

boolean

Whether all users are entitled to use this client. If not provided, the value will be set to false.

boolean

Whether custom client credentials are allowed. If not provided, the value will be set to false.

array of strings

List of allowed signing algorithms for the signed request JWT.

req_allowed_signing_algs
boolean

Whether exp is required in the request object.

object
boolean

When legacy POST response code is set to true, it will return 200 on POST operation. Otherwise as per specification it should be 201.

Responses
204

Successful Update

403

Forbidden

Language
URL
Choose an example:
*/*