You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/developer-guide/configuration.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ will look like this:
16
16
....
17
17
{
18
18
"ssoEnabled": false,
19
+
"ssoProviders": [],
19
20
"ssoDiscoveryUrl": "https://example.com",
20
21
"standalone": false,
21
22
"standaloneProtocol": "neo4j",
@@ -37,6 +38,8 @@ will look like this:
37
38
using SSO. This requires the app to be running in standalone mode, and a
38
39
valid ssoDiscoveryUrl to be set.
39
40
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
+
40
43
|ssoDiscoveryUrl |string |https://example.com |If ssoEnabled is true &
41
44
standalone mode is enabled, the URL to retrieve SSO auth config from.
0 commit comments