> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.generaltranslation.app/llms.txt
> Use this file to discover all available pages before exploring further.

# 委任管理アプリケーションを作成する

> Delegated Admin Extension（委任管理拡張機能）で使用するアプリケーションを作成する方法について説明します。ダッシュボードのユーザーセクションが部分的に公開できるようになります。

[Delegated Admin Extension（委任管理拡張機能）](/docs/ja-JP/ja-jp/customize/extensions/delegated-administration-extension)を使用すると、他のDashboard機能へのアクセスを許可することなく、選択したユーザーに<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-0" href="/docs/ja-JP/ja-jp/glossary?term=auth0-dashboard" tip="Auth0 Dashboard: サービスを構成するためのAuth0の主製品。" cta="用語集の表示">Auth0 Dashboard</Tooltip>の **［Users（ユーザー）］** セクションを公開することができます。Delegated Admin Extension（委任管理拡張機能）を追加する前に、Auth0で委任管理アプリケーションを作成する必要があります。

* [［Auth0 Dashboard］>［Applications（アプリケーション）］>［Applications（アプリケーション）］](https://manage.auth0.com/#/applications)に移動して、 **［Create Application（アプリケーションの作成）］** を選択します。
* アプリケーションのわかりやすい名前（ **ユーザーダッシュボード** など）を入力し、アプリケーションの種類に **［Single-Page Web Application（シングルページWebアプリケーション）］** を選択してから **［Create（作成）］** をクリックします。
* **［Settings（設定）］** ビューで、現在の場所を基に **［Allowed Callback URLs（許可されているCallback URL）］** と **［Allowed Logout URLs（許可されているログアウトURL）］** を設定してから、 **［Save Changes（変更の保存）］** をクリックします。

**リージョンのCallback URL：**

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  `{yourTenant}`をテナント名に置き換えます。たとえば、テナント名が`tenant_name_example`の場合、US-3環境で実行されているテナントの場合、対応するコールバックURLは次のようになります。`https://tenant_name_example.us.webtask.run/auth0-delegated-admin/login`
</Callout>

<table class="table">
  <thead>
    <tr>
      <th>場所</th>
      <th>リージョン</th>
      <th>ログインリンク</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>オーストラリア</td>
      <td>AU</td>
      <td>`https://{yourTenant}.au.webtask.io/auth0-delegated-admin/login`</td>
    </tr>

    <tr>
      <td>ヨーロッパ</td>
      <td>EU</td>
      <td>`https://{yourTenant}.eu.webtask.io/auth0-delegated-admin/login`</td>
    </tr>

    <tr>
      <td>ヨーロッパ</td>
      <td>EU-2</td>
      <td>`https://{yourTenant}.eu.webtask.run/auth0-delegated-admin/login`</td>
    </tr>

    <tr>
      <td>日本</td>
      <td>JP-1</td>
      <td>`https://{yourTenant}.jp.webtask.run/auth0-delegated-admin/login`</td>
    </tr>

    <tr>
      <td>英国</td>
      <td>UK</td>
      <td>`https://{yourTenant}.uk.webtask.run/auth0-delegated-admin/login`</td>
    </tr>

    <tr>
      <td>米国</td>
      <td>US-1</td>
      <td>`https://{yourTenant}.us.webtask.io/auth0-delegated-admin/login`</td>
    </tr>

    <tr>
      <td>米国</td>
      <td>US-3</td>
      <td>`https://{yourTenant}.us.webtask.run/auth0-delegated-admin/login`</td>
    </tr>
  </tbody>
</table>

次に、[Delegated Admin Extension（委任管理拡張機能）をインストール](/docs/ja-JP/ja-jp/customize/extensions/delegated-administration-extension/install-delegated-admin-extension)します。

<div id="learn-more">
  ## もっと詳しく
</div>

* [拡張機能のトラブルシューティング](/docs/ja-JP/ja-jp/troubleshoot/integration-extensibility-issues/troubleshoot-extensions)
