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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/authentication-authorization/auth-providers.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
@@ -39,7 +39,7 @@ For example:
39
39
== Enabling user auth providers mode
40
40
41
41
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.
43
43
44
44
When the user authenticates, Neo4j searches for the user's authentication provider.
45
45
If a matching authentication provider is found for that user, the user can log in and be authorized successfully.
0 commit comments