Register a Client

Registers an OAuth client from the client metadata in the request body and returns a client information response. The endpoint is unauthenticated.

The client_secret appears in this response only. Proof sets token_endpoint_auth_method, grant_types, response_types and scope.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
redirect_uris
array of strings
required

Redirect URIs for the authorization endpoint. At least one is required.

redirect_uris*
string

Name shown to the User on the authorization page. Proof generates one when this is absent.

string

URL of the client home page.

string

URL of a logo for the client.

contacts
array of strings

Email addresses of people responsible for the client.

contacts
string

URL of the terms of service of the client.

string

URL of the privacy policy of the client.

string

URL of the JWK Set of the client. Supply either jwks_uri or jwks.

jwks
object

The JWK Set of the client, by value. Supply either jwks or jwks_uri.

string

Identifier the client developer assigns to the client software.

string

Version of the client software.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json