Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
  • Loading branch information
Hunterness and renetapopova committed Jun 12, 2024
1 parent 03b59df commit 2d5382c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions modules/ROOT/pages/notifications/all-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ m|INFORMATION
m|SECURITY
|===

.Create a user with an auth provider that isn't defined in config
.Create a user with an auth provider that is not defined in the configuration
====
Command::
+
Expand All @@ -1278,7 +1278,7 @@ Make sure that the given provider is correct, or replace it if not.
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`.
====

.Alter a user to add an auth provider that isn't defined in config
.Alter a user to add an auth provider that is not defined in the configuration
====
Command::
+
Expand Down Expand Up @@ -1323,12 +1323,9 @@ Command::
CREATE USER foo SET AUTH 'exampleProvider' { SET ID 'idString' }
----
Description of the returned code::
Use setting `dbms.security.require_local_user` to enable external auth.
Suggestions for improvement::
Enable linked users through the `dbms.security.require_local_user` setting.
Until enabled the new external auth will be ignored and current external auth behaviours will continue to apply.
Until enabled, the new external auth will be ignored, and current external auth behaviors will continue to apply.
====

.Alter a user to add an external auth provider when linked users are not enabled
Expand All @@ -1340,12 +1337,9 @@ Command::
ALTER USER foo SET AUTH 'exampleProvider' { SET ID 'idString' }
----
Description of the returned code::
Use setting `dbms.security.require_local_user` to enable external auth.
Suggestions for improvement::
Enable linked users through the `dbms.security.require_local_user` setting.
Until enabled the new external auth will be ignored and current external auth behaviours will continue to apply.
Until enabled, the new external auth will be ignored, and current external auth behaviors will continue to apply.
====

[#_topology_notifications]
Expand Down

0 comments on commit 2d5382c

Please sign in to comment.