> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 動的なアプリケーション登録

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

`POST /oidc/register`

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

## Parameters

<ParamField body="client_name" type="string">
  作成する動的クライアントの名前です。
</ParamField>

<ParamField body="redirect_uris" type="string[]">
  Auth0が認証フローの終了時に呼び出すのに有効であるとみなすURLの配列です。
</ParamField>

<ParamField body="token_endpoint_auth_method" type="string">
  トークンエンドポイントにおける認証に使われるメソッドです。
</ParamField>

## Response

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