Skip to main content
Auth0 integrates with Active Directory (AD) using Lightweight Directory Access Protocol (LDAP) through an Active Directory/LDAP Connector that you install on your network. The AD/LDAP Connector (1), is a bridge between your Active Directory/LDAP (2) and the Auth0 Service (3). This bridge is necessary because AD/LDAP is typically restricted to your internal network, and Auth0 is a cloud service running in a completely different context.
Overview Diagram of AD/LDAP Connector
For high availability and load balancing, you can install multiple instances of the connector. All connections are outbound from the connector to the Auth0 Server, so changes to your firewall are generally unnecessary.

Prerequisites

Before beginning:

Steps

To connect your application to Active Directory/LDAP, you must:
  1. Create an enterprise connection in Auth0 and download the installer
  2. Install the connector on your network
  3. Enable the enterprise connection for your Auth0 Application
  4. Test the connection

Create an enterprise connection in Auth0

  1. Navigate to Auth0 Dashboard > Authentication > Enterprise, locate Active Directory / LDAP, and select its +.
    Dashboard - Connections - Enterprise
  2. Enter details for your connection, and select Create:
Enter AD / LDAP Connection Details
3. Download the provided installer and make note of the provided Provisioning Ticket URL.
We ship different versions of the connector to install on Windows or Linux platforms.

Install the connector on your network

Set up the AD/LDAP Connector by following the instructions for your platform:

Enable the enterprise connection for your Auth0 application

To use your new AD connection, you must first enable the connection for your Auth0 Applications.

Test the connection

Now you’re ready to test your connection.

Next Steps