Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 565 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 565 Bytes

Neo4j SSO with drivers

This repository is to demonstrate how to connect to a Neo4j database using driver (currently Nodejs / Python). More details are available in the blog post: How to Integrate Neo4j With SSO on Azure — One Login to Rule Them All

NODEJS

cd nodejs
npm i neo4j-driver @azure/msal-node
node index.js

PYTHON

pip install -r python/requirements.txt
python python/main.py params.json

.NET

WIP