Skip to main content
Version: Next

DynamicClientRegistrationRequest

redirect_urisuri[]required

Possible values: >= 1, <= 32

client_namestring

Possible values: <= 1024 characters

scopestring
grant_typesstring[]

Possible values: [authorization_code, refresh_token]

response_typesstring[]
token_endpoint_auth_methodstring
Constant value: none
application_typestring
Constant value: native
subject_typestring
Constant value: public
id_token_signed_response_algstring
Constant value: RS256
software_idstring
software_versionstring
property name*any
DynamicClientRegistrationRequest
{
"redirect_uris": [
"string"
],
"client_name": "string",
"scope": "string",
"grant_types": [
"authorization_code"
],
"response_types": [
"code"
],
"token_endpoint_auth_method": "none",
"application_type": "native",
"subject_type": "public",
"id_token_signed_response_alg": "RS256",
"software_id": "string",
"software_version": "string"
}