cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Integrating Auth0 with Neo4j

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

2 REPLIES 2

You will need to write your own authentication plugin (https://neo4j.com/docs/java-reference/current/extending-neo4j/security-plugins/) and there is an example plugin available at https://github.com/neo4j/neo4j-example-auth-plugins

Thank you, ya am already working on it