Skip to content

Commit 2049ab8

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

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
@@ -7,7 +7,7 @@
77
Authentication and authorization can be controlled on a user level using Cypher by setting auth providers on users.
88

99
To use auth providers, you need to set the xref:configuration/configuration-settings.adoc#config_dbms.security.require_local_user[`dbms.security.require_local_user`] configuration setting to `true`.
10-
This setting mandates that users representing the corresponding auth provider must exist in the database before they can authenticate and authorize.
10+
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.
1111

1212
User auth providers allow you to link externally-defined users (e.g., in a third-party ID provider like OIDC or LDAP) to the Neo4j internal user model.
1313
The internal model can define roles (authorization), `SUSPENDED` status, `HOME DATABASE`, and metadata such as the unique displayed name of the user.

0 commit comments

Comments
 (0)