> ## 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 で使用するアプリケーションを作成し、ダッシュボードのユーザーセクションを限定的に公開する方法を説明します。

# Delegated Admin アプリケーションの作成

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

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

**リージョン別の Callback URLs:**

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  `{yourTenant}` をテナント名に置き換えます。たとえば、テナント名が `tenant_name_example` の場合、US-3 環境で稼働しているテナントに対応する callback 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 をインストール](/ja/docs/customize/extensions/delegated-administration-extension/install-delegated-admin-extension) します。
