oauth

Dynamically register an OAuth client (RFC 7591)

Anonymous dynamic client registration. Public clients using PKCE should set token_endpoint_auth_method to none.

post/api/auth/oauth2/register

Request body

client_namestring
redirect_urisstring[] required
grant_typesstring[]
token_endpoint_auth_method'none' | 'client_secret_basic' | 'client_secret_post'
scopestring

Response

Registered client metadata including client_id.

client_idstring required
client_secretstring
client_namestring
redirect_urisstring[]
grant_typesstring[]
token_endpoint_auth_methodstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.