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

> Auth0 AD/LDAP Connector Health Monitor 拡張機能のインストール方法と使い方を説明します。

# Auth0 AD/LDAP Connector Health Monitor 拡張機能

Auth0 AD/LDAP Connector Health Monitor は、任意の API エンドポイントを公開することで、AD/LDAP コネクタを監視できるようにします。

<h2 id="configure-the-extension">
  拡張機能を設定する
</h2>

この拡張機能をインストールして設定するには、次の手順に従います。

1. [Auth0 Dashboard > Extensions](https://manage.auth0.com/#/extensions) に移動し、**Auth0 AD/LDAP Connector Health Monitor** を選択します。すると、**Install Extension** ウィンドウが開きます。
2. 次の設定パラメーターを入力し、**Install** を選択します。

* **Auth0\_Domain**: Auth0 アプリケーションのドメインです。[Auth0 Application Settings](https://manage.auth0.com/#/applications/\{yourClientId}/settings) で確認できます。
* **Auth0\_Global\_Client\_ID**: Auth0 アプリケーションのグローバル <Tooltip tip="Client ID: Auth0 から登録済みリソースに付与される識別値。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Client+ID">Client ID</Tooltip> です。[Tenant Advanced Settings](https://manage.auth0.com/#/tenant/advanced) の **Global Application Information** セクションで確認できます。
* **Auth0\_Global\_Client\_Secret**: Auth0 アプリケーションのグローバル <Tooltip tip="Client Secret: クライアント（アプリケーション）が Authorization Server で認証するために使用する秘密情報です。これはクライアントと Authorization Server のみが知っている必要があり、推測されないよう十分にランダムでなければなりません。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Client+Secret">Client Secret</Tooltip> です。[Tenant Advanced Settings](https://manage.auth0.com/#/tenant/advanced) の **Global Application Information** セクションで確認できます。

<h2 id="use-the-extension">
  拡張機能を使用する
</h2>

監視サービスで使用する URL を確認するには、次の手順に従います。

1. [Auth0 Dashboard > Extensions](https://manage.auth0.com/#/extensions) に移動し、**Installed Extensions** をクリックします。

2. **Auth0 AD/LDAP Connector Health Monitor** を選択します。次のような JSON スニペットを含む新しいウィンドウが開きます。

   ```json lines theme={null}
   {
     "message": "Use this url: 'https://sandbox.it.auth0.com/api/run/auth0user/auth0-ldap-conector-health-monitor?connection={MY-LDAP-CONNECTOR}' for monitoring your AD/LDAP connector."
   }
   ```

3. LDAP 接続の ID を入力します。ID を取得するには、[Auth0 Dashboard > Authentication > Enterprise](https://manage.auth0.com/#/connections/enterprise) に移動し、接続をクリックして、**Identifier** フィールドの値をコピーします。

設定が完了すると、提供された URL を監視サービスで使用して AD/LDAP コネクタを監視できます。
