Skip to content

Dynamic Client Registration (RFC 7591)

POST
/register
object
client_name
string
redirect_uris
Array<string>
grant_types
Array<string>
token_endpoint_auth_method
string
Allowed values: none client_secret_basic client_secret_post private_key_jwt
client_type
string
Allowed values: web spa service agent
jwks

Required for private_key_jwt.

object
scope
string

Registered client

object