Skip to content

Commit 87993e4

Browse files
Merge pull request #1758 from AlexicaWright/docs-url-parameter
Docs url parameter
2 parents 652969a + 004bb26 commit 87993e4

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

docs/modules/ROOT/pages/operations/browser-url-parameters.adoc

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
----
3034
This 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
114125
http://localhost:7474/browser?cmd=params&arg={example:1,foo:"bar"}
115126
----
116127
====
117-

0 commit comments

Comments
 (0)