auth0-ldap-endpoint icon indicating copy to clipboard operation
auth0-ldap-endpoint copied to clipboard

Added configuration options to support LDAPS.

Open HSAR opened this issue 6 years ago • 0 comments

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

  • [x] I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • [x] All active GitHub checks for tests, formatting, and security are passing
  • [x] The correct base branch is being used, if not master

HSAR avatar Sep 16 '19 15:09 HSAR