File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
modules/ROOT/pages/operations Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ asciidoc:
99 neo4j-version : ' 4.4'
1010 neo4j-version-exact : ' 4.4.4'
1111 neo4j-buildnumber : ' 4.4'
12- neo4j-browser-version : ' 4.4.3 '
12+ neo4j-browser-version : ' 4.4.6 '
1313 docs-version : ' 4.4'
Original file line number Diff line number Diff line change @@ -27,18 +27,29 @@ http://localhost:7474/browser?dbms=[connectionURL]&db=[databaseName]
2727
2828.Connection URL and database
2929====
30+ [source, browser URL, role=noheader]
31+ ----
32+ http://localhost:7474/browser?dbms=neo4j://alice@localhost:7687&db=neo4j123
33+ ----
3034This pre-populates the connection frame with:
3135
3236* Connect URL: `neo4j://localhost:7687`
3337* Database: `neo4j123`
3438* Username: `alice`
39+ ====
40+
41+ It is also possible to pre-populate the authorization method.
42+
43+ The syntax is:
3544
3645[source, browser URL, role=noheader]
3746----
38- http://localhost:7474/browser?dbms=neo4j://alice@localhost:7687&db=neo4j123
47+ http://localhost:7474/browser?preselectAuthMethod=[NATIVE]|[SSO]|[NO_AUTH]
3948----
40- ====
4149
50+ ** `[NATIVE]` is the regular username and password and is the default setting.
51+ ** `[SSO]` lets you sign in using SSO.
52+ ** `[NO_AUTH]` means that no authorization is required.
4253
4354== Pre-populate the editor
4455
@@ -114,4 +125,3 @@ http://localhost:7474/browser?cmd=param&arg=example=>1
114125http://localhost:7474/browser?cmd=params&arg={example:1,foo:"bar"}
115126----
116127====
117-
You can’t perform that action at this time.
0 commit comments