auth0/auth0-ldap-endpoint

Name: auth0-ldap-endpoint

Owner: Auth0

Description: An LDAP server that allows you to connect your legacy applications with Auth0 using the LDAP protocol.

Created: 2016-02-01 14:41:58.0

Updated: 2018-03-31 01:03:12.0

Pushed: 2017-03-22 23:18:36.0

Homepage: null

Size: 6

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Auth0 LDAP Endpoint

An LDAP server that allows you to connect your legacy applications with Auth0 using the LDAP protocol.

Supported Features
Before Getting Started

In the config.json file set the following values:

Usage

Install Node.js 5+, then start the server:

install
 index

This will start the LDAP server and allow users to bind and search.

Example

The examples/test-client.js script is a small sample that shows the supported features like bind and search:

 test-client.js

 success.
ching for: {
ilter": "(email=sandrino@auth0.com)",
cope": "sub",
ttributes": [
"dn",
"sn",
"cn"


d: {"dn":"cn=sandrino@auth0.com, ou=Username-Password-Authentication","controls":[],"cn":"sandrino@auth0.com"}
d: {"dn":"cn=sandrino@auth0.com, ou=google-oauth2","controls":[],"cn":"sandrino@auth0.com"}
ch Done. Status: 0
Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.