neodash icon indicating copy to clipboard operation
neodash copied to clipboard

NeoDash with KeyCloak Documenation

Open DrobConsulting opened this issue 2 years ago • 0 comments

I have keycloak set up with Neo4j using the neo4j.conf file. I'm confused by the documentation on how to set up SSO with neodash. Specifically what does this block expect:

location /auth_provider { default_type application/json; return 200 '{ "auth_config" : { "oidc_providers" : [ ... ] } }'; }

Would it be possible to include an example of how this block should be set up with either Keycloak or Okta.

DrobConsulting avatar May 11 '22 13:05 DrobConsulting