v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Client

Registers a new client using the OpenID Connect Dynamic Client Registration protocol.

Follows RFC 7591.

post/client/register

Request body

redirect_urisstring[] nullable
grant_typesstring[] nullable
response_typesstring[] nullable
client_idstring nullable
client_namestring nullable
client_uristring nullable
logo_uristring nullable
scopestring nullable

String containing a space-separated list of scope values that the client can use when requesting access tokens.

contactsstring[] nullable

Array of strings representing ways to contact people responsible for this client, typically email addresses.

tos_uristring nullable
policy_uristring nullable
jwks_uristring nullable

Response

OK