Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ The following configurations are crafted for a Neo4j Browser served on _\http://
Therefore, when reproducing them in the identity providers, you must modify the redirect URI to include the URI serving your Neo4j Browser application.
For example:
`+++http://localhost:7474/browser/?idp_id={provider}&auth_flow_step=redirect_uri+++`
----
http://localhost:7474/browser/?idp_id={provider}&auth_flow_step=redirect_uri
----
====

SSO works in the following way:
Expand Down