auth0 / auth0-ldap-endpoint

[DEPRECATED] An LDAP server that allows you to connect your legacy applications with Auth0 using the LDAP protocol.
MIT License
22 stars 14 forks source link

Added configuration options to support LDAPS. #12

Open HSAR opened 5 years ago

HSAR commented 5 years ago

Description

Provides a through route for configuring a certificate and key to the ldapjs server that allows the use of the SSL-enabled ldaps:// protocol for applications that require this capability.

Testing

Provide a PEM-encoded certificate and key. Server starts and authenticates over LDAPS if correct. It would be extraordinarily difficult to provide automated test coverage for this feature.

Checklist