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

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

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

[Delegated Admin Extension（委任管理拡張機能）](/docs/ja-jp/customize/extensions/delegated-administration-extension)を使用すると、他のDashboard機能へのアクセスを許可することなく、選択したユーザーに<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-0" href="/docs/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>

| 場所      | リージョン | ログインリンク                                                           |
| ------- | ----- | ----------------------------------------------------------------- |
| オーストラリア | AU    | `https://{yourTenant}.au.webtask.io/auth0-delegated-admin/login`  |
| ヨーロッパ   | EU    | `https://{yourTenant}.eu.webtask.io/auth0-delegated-admin/login`  |
| ヨーロッパ   | EU-2  | `https://{yourTenant}.eu.webtask.run/auth0-delegated-admin/login` |
| 日本      | JP-1  | `https://{yourTenant}.jp.webtask.run/auth0-delegated-admin/login` |
| 英国      | UK    | `https://{yourTenant}.uk.webtask.run/auth0-delegated-admin/login` |
| 米国      | US-1  | `https://{yourTenant}.us.webtask.io/auth0-delegated-admin/login`  |
| 米国      | US-3  | `https://{yourTenant}.us.webtask.run/auth0-delegated-admin/login` |

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

## もっと詳しく

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