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

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

Results 11 auth0-ldap-endpoint issues
Sort by recently updated
recently updated
newest added

I'd love to be able to integrate Auth0 on applications that either keep SSO/SAML as a paid feature or applications that only have LDAP like Nexus Sonatype.

### 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...

It contains the request details, which includes secrets.

This avoids having to obtain and renew AUTH0_API_TOKEN out-of-band.

While trying to use the client I get an error: `Grant type \'http://auth0.com/oauth/legacy/grant-type/ro\' not allowed for the client.` but I cannot enable that. Is there a solution for that?

Dockerized auth0-ldap-endpoint with `alpine-node:base-6` image To further humanize: `npm start` has prestart function to build container and start function to launch newly built container on port `:1389`. Additionally, `npm stop`...