Skip to content

Commit a3fa746

Browse files
Update modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc
Co-authored-by: Phil Wright <[email protected]>
1 parent 9ffa139 commit a3fa746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ dbms.security.oidc.azure.claims.groups=roles
331331
----
332332

333333
. label:new[Introduced in 5.24] (Optional) If you want control the authentication and authorization on a user level, configure xref:configuration/configuration-settings.adoc#config_dbms.security.require_local_user[`dbms.security.require_local_user`] to `true` in the _neo4j.conf_ file.
334-
This setting mandates that users representing the corresponding auth provider must exist in the database before they can authenticate and authorize.
334+
This setting mandates that users with the relevant auth provider attached to them must exist in the database before they can authenticate and authorize with that auth provider.
335335
For information on how to create users in this mode, see xref:authentication-authorization/manage-users.adoc#access-control-create-users[Creating users].
336336
+
337337
For example, to create a user `jake` who can authenticate and authorize using Azure, you can use the following Cypher query:

0 commit comments

Comments
 (0)