diff --git a/docs/antora.yml b/docs/antora.yml index c84cedf3b97..3d77352898f 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -9,5 +9,5 @@ asciidoc: neo4j-version: '4.4' neo4j-version-exact: '4.4.4' neo4j-buildnumber: '4.4' - neo4j-browser-version: '4.4.3' + neo4j-browser-version: '4.4.6' docs-version: '4.4' diff --git a/docs/modules/ROOT/pages/operations/browser-url-parameters.adoc b/docs/modules/ROOT/pages/operations/browser-url-parameters.adoc index 1234e130f83..0f1429a86f1 100644 --- a/docs/modules/ROOT/pages/operations/browser-url-parameters.adoc +++ b/docs/modules/ROOT/pages/operations/browser-url-parameters.adoc @@ -27,18 +27,29 @@ http://localhost:7474/browser?dbms=[connectionURL]&db=[databaseName] .Connection URL and database ==== +[source, browser URL, role=noheader] +---- +http://localhost:7474/browser?dbms=neo4j://alice@localhost:7687&db=neo4j123 +---- This pre-populates the connection frame with: * Connect URL: `neo4j://localhost:7687` * Database: `neo4j123` * Username: `alice` +==== + +It is also possible to pre-populate the authorization method. + +The syntax is: [source, browser URL, role=noheader] ---- -http://localhost:7474/browser?dbms=neo4j://alice@localhost:7687&db=neo4j123 +http://localhost:7474/browser?preselectAuthMethod=[NATIVE]|[SSO]|[NO_AUTH] ---- -==== +** `[NATIVE]` is the regular username and password and is the default setting. +** `[SSO]` lets you sign in using SSO. +** `[NO_AUTH]` means that no authorization is required. == Pre-populate the editor @@ -114,4 +125,3 @@ http://localhost:7474/browser?cmd=param&arg=example=>1 http://localhost:7474/browser?cmd=params&arg={example:1,foo:"bar"} ---- ==== -