neodash
neodash copied to clipboard
NeoDash with KeyCloak Documenation
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.