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, 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.

  • Auth0_Global_Client_ID: The Global Client ID for your Auth0 application, which you can find in the Global Application Information section of your Tenant Advanced Settings.

  • Auth0_Global_Client_Secret: The Global Client Secret for your Auth0 application, which you can find in the Global Application Information section of your Tenant Advanced Settings.

Use the extension

To access the URL to use with your monitoring service:

  1. Navigate to Auth0 Dashboard > Extensions, and click Installed Extensions.

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

    {
      "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."
    }

    Was this helpful?

    /

  3. Enter the ID of your LDAP connection. To get the ID, go to  Auth0 Dashboard > Authentication > Enterprise, click the connection, and copy the value from the Identifier field.

    Auth0 - Extensions LDAP - Connection ID

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

Learn more