Update dynamic client profile.

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

Entitlements required: manageFederations (Manage federations)

Body Params

Client payload

grant_types
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*
id_token_claims
array of strings

List of default claims for ID token and user info.

id_token_claims
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
access_token_lifetime
object
refresh_token_lifetime
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.

req_allowed_signing_algs
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.

request_object_max_exp_from_nbf
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:
*/*