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

> Learn how to install and use the Auth0 AD/LDAP Connector Health Monitor extension.

# Auth0 AD/LDAP Connector Health Monitor Extension

The Auth0 AD/LDAP Connector Health Monitor exposes an API endpoint of your choice so that you can monitor your AD/LDAP connectors.

## Configure the extension

To install and configure this extension:

1. Navigate to [Auth0 Dashboard > Extensions](https://manage.auth0.com/#/extensions), and select **Auth0 AD/LDAP Connector Health Monitor**. The **Install Extension** window opens.
2. Set the following configuration parameters, and select **Install**:

* **Auth0\_Domain**: The domain for your Auth0 application, which you can find in your [Auth0 Application Settings](https://manage.auth0.com/#/applications/\{yourClientId}/settings).
* **Auth0\_Global\_Client\_ID**: The Global <Tooltip tip="Client ID: Identification value given to your registered resource from Auth0." cta="View Glossary" href="/docs/glossary?term=Client+ID">Client ID</Tooltip> for your Auth0 application, which you can find in the **Global Application Information** section of your [Tenant Advanced Settings](https://manage.auth0.com/#/tenant/advanced).
* **Auth0\_Global\_Client\_Secret**: The Global <Tooltip tip="Client Secret: Secret used by a client (application) to authenticate with the Authorization Server; it should be known to only the client and the Authorization Server and must be sufficiently random to not be guessable." cta="View Glossary" href="/docs/glossary?term=Client+Secret">Client Secret</Tooltip> for your Auth0 application, which you can find in the **Global Application Information** section of your [Tenant Advanced Settings](https://manage.auth0.com/#/tenant/advanced).

## Use the extension

To access the URL to use with your monitoring service:

1. Navigate to [Auth0 Dashboard > Extensions](https://manage.auth0.com/#/extensions), and click **Installed Extensions**.

2. Select **Auth0 AD/LDAP Connector Health Monitor**. A new window with a JSON snippet similar to this opens:

   ```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. Enter the ID of your LDAP connection. To get the ID, go to  [Auth0 Dashboard > Authentication > Enterprise](https://manage.auth0.com/#/connections/enterprise), click the connection, and copy the value from the **Identifier** field.

Once finished, the provided URL can be used with your monitoring service to monitor your AD/LDAP connectors.
