Skip to content

Commit c3bf98f

Browse files
committed
Docs on ssoProviders
1 parent 53aceb6 commit c3bf98f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/modules/ROOT/pages/developer-guide/configuration.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ will look like this:
1616
....
1717
{
1818
"ssoEnabled": false,
19+
"ssoProviders": [],
1920
"ssoDiscoveryUrl": "https://example.com",
2021
"standalone": false,
2122
"standaloneProtocol": "neo4j",
@@ -37,6 +38,8 @@ will look like this:
3738
using SSO. This requires the app to be running in standalone mode, and a
3839
valid ssoDiscoveryUrl to be set.
3940

41+
|ssoProviders |List |[] |When using multiple SSO providers on the database, you can configure the list of providers (by id) to be used on Neodash. If empty, all providers will be displayed.
42+
4043
|ssoDiscoveryUrl |string |https://example.com |If ssoEnabled is true &
4144
standalone mode is enabled, the URL to retrieve SSO auth config from.
4245

docs/modules/ROOT/pages/developer-guide/standalone-mode.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ variables to Docker:
3939
....
4040
docker run -it --rm -p 5005:5005 \
4141
-e ssoEnabled=false \
42+
-e ssoProviders=[] \
4243
-e ssoDiscoveryUrl="https://example.com" \
4344
-e standalone=true \
4445
-e standaloneProtocol="neo4j" \

docs/modules/ROOT/pages/developer-guide/state-management.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ standalone mode.
127127
"standalone": false,
128128
"oldDashboard": null,
129129
"ssoEnabled": false,
130+
"ssoProviders": [],
130131
"ssoDiscoveryUrl": "https://example.com",
131132
"standaloneProtocol": "neo4j",
132133
"standaloneHost": "localhost",

0 commit comments

Comments
 (0)