Skip to main content

Endpoint

POST /oidc/register With a name and the necessary callback URL, you can dynamically register a client with Auth0. No token is needed for this request.

Body Parameters

string
The name of the Dynamic Client to be created.
array
List of grant types the client is able to use. If not provided, authorization_code grant type will be applied by default for Third Party Apps with enhanced security controls.
array
required
An array of URLs that Auth0 will deem valid to call at the end of an Authentication flow.
string
Method used for authentication at the token endpoint.

Response Schema

Response Messages