Skip to content

Commit 35fafde

Browse files
Update modules/ROOT/pages/authentication-authorization/auth-providers.adoc
Co-authored-by: Phil Wright <[email protected]>
1 parent ae52401 commit 35fafde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/authentication-authorization/auth-providers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For example:
3939
== Enabling user auth providers mode
4040

4141
To enable user auth providers mode, set the configuration setting xref:configuration/configuration-settings.adoc#config_dbms.security.require_local_user[`dbms.security.require_local_user`] to `true`.
42-
This setting ensures that users from the authentication provider must exist in the database before they can log in and be authorized.
42+
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.
4343

4444
When the user authenticates, Neo4j searches for the user's authentication provider.
4545
If a matching authentication provider is found for that user, the user can log in and be authorized successfully.

0 commit comments

Comments
 (0)