メインコンテンツへスキップ

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 名前と必要なCallback URLがあれば、クライアントをAuth0に動的に登録できます。この要求にトークンは不要です。

Parameters

client_name
string
作成する動的クライアントの名前です。
redirect_uris
string[]
Auth0が認証フローの終了時に呼び出すのに有効であるとみなすURLの配列です。
token_endpoint_auth_method
string
トークンエンドポイントにおける認証に使われるメソッドです。

Response

StatusDescription
200クライアントの詳細を含む正常な応答です。