Skip to content

Commit f4cfef5

Browse files
docs: suggestions for improvements updates
1 parent 514064e commit f4cfef5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3694,8 +3694,7 @@ warn: OIDC credential forwarding disabled.
36943694
Use the setting 'dbms.security.allow_oidc_credential_forwarding_enabled' to enable OIDC credential forwarding.
36953695

36963696
Suggestions for improvement::
3697-
Enable OIDC credential forwarding through the `dbms.security.allow_oidc_credential_forwarding_enabled` setting.
3698-
Until enabled, the new remote database alias will fail all access attempts.
3697+
The remote database alias has been successfully created, but OIDC credential forwarding is not enabled. To use the alias to connect to the remote Neo4j DBMS, allow OIDC credential forwarding by setting `dbms.security.allow_oidc_credential_forwarding_enabled` to `true`.
36993698

37003699
======
37013700
[.include-with-neo4j-code]
@@ -3708,8 +3707,7 @@ CREATE ALIAS `remote-neo4j` FOR DATABASE `neo4j` AT "neo4j+s://location:7687" OI
37083707
----
37093708

37103709
Suggestions for improvement::
3711-
Enable OIDC credential forwarding through the `dbms.security.allow_oidc_credential_forwarding_enabled` setting.
3712-
Until enabled, all access attempts to the new remote database alias will fail.
3710+
The remote database alias has been successfully created, but OIDC credential forwarding is not enabled. To use the alias to connect to the remote Neo4j DBMS, allow OIDC credential forwarding by setting `dbms.security.allow_oidc_credential_forwarding_enabled` to `true`.
37133711
======
37143712
=====
37153713

0 commit comments

Comments
 (0)