How to find out what server the Auth0 LDAP Connector is installed on

How can I locate the server name that the Auth0 LDAP Connector is installed on when in a situation that no one knows?

If you perform a GET connections filtered for your AD connections (Auth0 Management API v2) within the connection options for AD connection you will find the IP address from which the connector is connecting from and also a signin endpoint URL that in some situations will contain the hostname as reported by (OS | Node.js v19.5.0 Documentation) which may be useful to your quest. Have in mind that it’s possible to configure the connector to override the default behavior of using the OS hostname.

1 Like