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
a|Use setting 'dbms.security.allow_oidc_credential_forwarding_enabled' to enable OIDC credential forwarding.
3664
+
|Category
3665
+
m|SECURITY
3666
+
|GQLSTATUS code
3667
+
m|01N74
3668
+
|Status description
3669
+
|warn: OIDC credential forwarding disabled.
3670
+
Use the setting `dbms.security.allow_oidc_credential_forwarding_enabled` to enable OIDC credential forwarding.
3671
+
|Classification
3672
+
m|SECURITY
3673
+
|SeverityLevel
3674
+
m|WARNING
3675
+
|===
3676
+
3677
+
.Create a remote database alias with remote credentials set to OIDC credential forwarding when OIDC credential forwarding is not enabled.
3678
+
[.tabbed-example]
3679
+
=====
3680
+
[.include-with-GQLSTATUS-code]
3681
+
======
3682
+
Command::
3683
+
+
3684
+
[source, cypher]
3685
+
----
3686
+
CREATE ALIAS `remote-neo4j` FOR DATABASE `neo4j` AT "neo4j+s://location:7687" OIDC CREDENTIAL FORWARDING
3687
+
----
3688
+
3689
+
Returned GQLSTATUS code::
3690
+
01N74
3691
+
3692
+
Returned status description::
3693
+
warn: OIDC credential forwarding disabled.
3694
+
Use the setting 'dbms.security.allow_oidc_credential_forwarding_enabled' to enable OIDC credential forwarding.
3695
+
3696
+
Suggestions for improvement::
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`.
3698
+
3699
+
======
3700
+
[.include-with-neo4j-code]
3701
+
======
3702
+
Command::
3703
+
+
3704
+
[source, cypher]
3705
+
----
3706
+
CREATE ALIAS `remote-neo4j` FOR DATABASE `neo4j` AT "neo4j+s://location:7687" OIDC CREDENTIAL FORWARDING
3707
+
----
3708
+
3709
+
Suggestions for improvement::
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`.
0 commit comments