Register an OAuth client
POST/register
RFC 7591 Dynamic Client Registration — the self-serve half of the flow, which lets a client onboard itself with no operator step.
A client that registers with token_endpoint_auth_method: none is public and receives no
secret; any other method yields a client_secret that does not expire.
Request
Responses
- 201
- 400
Client registered
redirect_uris is missing or is not an array of strings