Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 465 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 465 Bytes

gremlin-graph-gui

Application visualizing neural-graph based on Gremlin, Neptune and JWT authentication

Getting started

yarn install
yarn started

How to

  1. http://localhost:3000/login
  2. Login to AD redirects to 3.
  3. http://localhost:3000/token/
  4. copy id_token to Bearer
curl -i -X GET \
   -H "Authorization:Bearer <add id_token>" \
 'http://localhost:3000/me/'
  1. Expect Ok

AzureAd setup

"oauth2AllowImplicitFlow": true,