Register OAuth Client

Dynamically register a new OAuth 2.0 client per RFC 7591.
Returns client credentials that can be used in the authorization flow.
Public clients (default) do not receive a client_secret.
Confidential clients (token_endpoint_auth_method = "client_secret_post" or "client_secret_basic")
receive a client_secret that must be stored securely.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Client registration details

string
required

Human-readable name of the client application

string
required

JSON array of allowed redirect URIs

string

JSON array of grant types (default authorization_code, refresh_token)

string

JSON array of response types (default code)

string

Auth method (none, client_secret_post, client_secret_basic)

string

Space-separated list of requested scopes (field name in API is "scope")

string

URL of the client logo (shown on consent page)

Responses

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