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
1 Like