Skip to content

msenechal/SSO-clientCredentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SSO-clientCredentials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published