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

> Delegated Admin Extension で使用するアプリケーションを作成し、Auth0 Dashboard の Users セクションを特定のユーザーにのみ公開する方法を説明します。

# Delegated Admin アプリケーションを作成する

[Delegated Admin Extension](/docs/ja-jp/customize/extensions/delegated-administration-extension) を使用すると、選択したユーザー グループに対して <Tooltip tip="Auth0 Dashboard: サービスを設定するための Auth0 のメイン製品です。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Auth0+Dashboard">Auth0 Dashboard</Tooltip> の **Users** セクションのみを公開し、Auth0 Dashboard のその他の部分へのアクセスは許可しないようにできます。Delegated Admin Extension を追加する前に、Auth0 で Delegated Admin アプリケーションを作成する必要があります。

* [Auth0 Dashboard > アプリケーション > アプリケーション](https://manage.auth0.com/#/applications) に移動し、**Create Application** を選択します。
* アプリケーションにわかりやすい名前 (たとえば **Users Dashboard**) を入力し、アプリケーションの種類として **Single-Page Web Application** を選択して、**Create** をクリックします。
* **設定**ビューで、利用するリージョンに応じて **Allowed Callback URLs** と **Allowed Logout URLs** を設定し、**Save Changes** をクリックします。

**リージョンごとのコールバック 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>

| Location  | Region | Login Link                                                        |
| --------- | ------ | ----------------------------------------------------------------- |
| Australia | AU     | `https://{yourTenant}.au.webtask.io/auth0-delegated-admin/login`  |
| Europe    | EU     | `https://{yourTenant}.eu.webtask.io/auth0-delegated-admin/login`  |
| Europe    | EU-2   | `https://{yourTenant}.eu.webtask.run/auth0-delegated-admin/login` |
| Japan     | JP-1   | `https://{yourTenant}.jp.webtask.run/auth0-delegated-admin/login` |
| UK        | UK     | `https://{yourTenant}.uk.webtask.run/auth0-delegated-admin/login` |
| USA       | US-1   | `https://{yourTenant}.us.webtask.io/auth0-delegated-admin/login`  |
| USA       | 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)。
