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

# Auth0 AD/LDAPコネクターヘルスモニター拡張機能

> Auth0 AD/LDAPコネクターヘルスモニター拡張機能をインストールし、使用する方法を説明します。

Auth0 AD/LDAPコネクターヘルスモニターは、AD/LDAPコネクターを監視するために任意のAPIエンドポイントを公開します。

## 拡張機能を構成する

この拡張機能をインストールして構成するには、以下を行います。

1. [［Auth0 Dashboard］>［Extensions（拡張機能）］](https://manage.auth0.com/#/extensions)に移動し、 **［Auth0 AD/LDAP Connector Health Monitor（Auth0 AD/LDAPコネクターヘルスモニター）］** を選択します。 **［Install Extension（拡張機能のインストール）］** 画面が開きます。
2. 以下の構成パラメーターを設定し、 **［Install（インストール）］** を選択します。

* **Auth0\_Domain** ：Auth0アプリケーションのドメイン。[［Auth0 Application Settings（Auth0アプリケーションの設定）］](https://manage.auth0.com/#/applications/\{yourClientId}/settings)にあります。
* **Auth0\_Global\_Client\_ID** ：Auth0アプリケーションのグローバルクライアントID。[［Tenant Advanced Settings（テナントの高度な設定）］](https://manage.auth0.com/#/tenant/advanced)の **［Global Application Information（グローバルアプリケーション情報）］** にあります。
* **Auth0\_Global\_Client\_Secret** ：Auth0アプリケーションのグローバルクライアントシークレット。[［Tenant Advanced Settings（テナントの高度な設定）］](https://manage.auth0.com/#/tenant/advanced)の **［Global Application Information（グローバルアプリケーション情報）］** にあります。

## 拡張機能を使用する

モニタリングサービスで使用するURLにアクセスする方法は以下の通りです。

1. [［Auth0 Dashboard］>［Extensions（拡張機能）］](https://manage.auth0.com/#/extensions)に移動して、 **［Installed Extensions（インストール済みの拡張機能）］** をクリックします。

2. **［Auth0 AD/LDAP Connector Health Monitor（Auth0 AD/LDAPコネクターヘルスモニター）］** を選択します。新しい画面が開き、以下のような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コネクターを監視するためにモニタリングサービスで使用することができます。

## もっと詳しく

* [AD/LDAPコネクタのトラブルシューティング](/docs/ja-jp/troubleshoot/integration-extensibility-issues/troubleshoot-ad-ldap-connector)
