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
cd nodejs
npm i neo4j-driver @azure/msal-node
node index.js
pip install -r python/requirements.txt
python python/main.py params.json
WIP