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
The auth provider { $auth } is not defined in the configuration.
2812
+
Verify that the spelling is correct or define { $auth } in the configuration.
2813
+
|Classification
2814
+
m|SECURITY
2815
+
|SeverityLevel
2816
+
m|INFORMATION
2807
2817
|===
2808
2818
2819
+
2809
2820
.Create a user with an auth provider that is not defined in the configuration
2810
-
====
2821
+
[.tabbed-example]
2822
+
=====
2823
+
[.include-with-neo4j-code]
2824
+
======
2811
2825
Command::
2812
2826
+
2813
2827
[source, cypher]
@@ -2822,10 +2836,35 @@ Verify that the spelling is correct or define `unknownProvider` in the configura
2822
2836
Suggestions for improvement::
2823
2837
Make sure that the given provider is correct, or replace it if not.
2824
2838
If it is correct, make sure to add it as a known auth provider in one or both of `dbms.security.authentication_providers` and `dbms.security.authorization_providers`.
2825
-
====
2839
+
======
2840
+
[.include-with-GQLSTATUS-code]
2841
+
======
2842
+
Command::
2843
+
+
2844
+
[source, cypher]
2845
+
----
2846
+
CREATE USER foo SET AUTH 'unknownProvider' { SET ID 'idString' }
The auth provider `unknownProvider` is not defined in the configuration.
2855
+
Verify that the spelling is correct or define `unknownProvider` in the configuration.
2856
+
2857
+
Suggestions for improvement::
2858
+
Make sure that the given provider is correct, or replace it if not.
2859
+
If it is correct, make sure to add it as a known auth provider in one or both of `dbms.security.authentication_providers` and `dbms.security.authorization_providers`.
2860
+
======
2861
+
=====
2826
2862
2827
2863
.Alter a user to add an auth provider that is not defined in the configuration
2828
-
====
2864
+
[.tabbed-example]
2865
+
=====
2866
+
[.include-with-neo4j-code]
2867
+
======
2829
2868
Command::
2830
2869
+
2831
2870
[source, cypher]
@@ -2840,28 +2879,62 @@ Verify that the spelling is correct or define `unknownProvider` in the configura
2840
2879
Suggestions for improvement::
2841
2880
Make sure that the given provider is correct, or replace it if not.
2842
2881
If it is correct, make sure to add it as a known auth provider in one or both of `dbms.security.authentication_providers` and `dbms.security.authorization_providers`.
2843
-
====
2882
+
======
2883
+
2884
+
[.include-with-GQLSTATUS-code]
2885
+
======
2886
+
Command::
2887
+
+
2888
+
[source, cypher]
2889
+
----
2890
+
ALTER USER foo SET AUTH 'unknownProvider' { SET ID 'idString' }
The auth provider `unknownProvider` is not defined in the configuration.
2899
+
Verify that the spelling is correct or define `unknownProvider` in the configuration.
2900
+
2901
+
Suggestions for improvement::
2902
+
Make sure that the given provider is correct, or replace it if not.
2903
+
If it is correct, make sure to add it as a known auth provider in one or both of `dbms.security.authentication_providers` and `dbms.security.authorization_providers`.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/notifications/index.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,4 +305,4 @@ Finally, the list of poly-filled GQL-status objects is sorted according to the G
305
305
|===
306
306
// The following table illustrates the compatibility between the different server and driver versions for both the current Notification API and the GqlStatusObject API:
0 commit comments