Passer au contenu principal

Documentation Index

Fetch the complete documentation index at: https://auth0-fix-auth-api-docs-migration-completion.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

POST /oidc/register Avec un nom et la Callback URL nécessaire, vous pouvez enregistrer dynamiquement un client avec Auth0. Aucun jeton n’est nécessaire pour cette demande.

Parameters

client_name
string
Le nom du client dynamique à créer.
redirect_uris
string[]
Un tableau des URLs que Auth0 jugera valides à la fin d’un flux d’authentification.
token_endpoint_auth_method
string
Méthode utilisée pour l’authentification au point de terminaison du jeton.

Response

StatusDescription
200Réponse réussie avec les détails du client.