Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions modules/ROOT/pages/configuration/configuration-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4716,6 +4716,20 @@ a|A boolean.
m|+++false+++
|===

[role=label--enterprise-edition label--new-2025.10]
[[config_dbms.security.allow_oidc_credential_forwarding_enabled]]
=== `dbms.security.allow_oidc_credential_forwarding_enabled`

.dbms.security.allow_oidc_credential_forwarding_enabled
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
|===
|Description
a|When set to `true`, remote database aliases are allowed to forward OIDC credentials to authenticate on remote Neo4j DBMS. When set to `false`, OIDC credentials are not allowed to be forwarded to remote DBMS. Existing aliases that rely on this method remain defined but cannot be used to connect until this setting is enabled.
|Valid values
a|A boolean.
|Default value
m|+++false+++
|===

[[config_dbms.netty.ssl.provider]]
=== `dbms.netty.ssl.provider`
Expand Down