Integrating Auth0 with Neo4j

Is it possible to integrate Auth0 with neo4j instead of LDAP?

You will need to write your own authentication plugin (Authentication and authorization plugins - Java Reference) and there is an example plugin available at GitHub - neo4j/neo4j-example-auth-plugins: Example authentication and authorization plugins for Neo4j

1 Like

Thank you, ya am already working on it :slight_smile:

1 Like