Skip to content

Commit ae52401

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

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
@@ -27,7 +27,7 @@ User auth providers can be used for a variety of use cases, including:
2727
== How it works
2828

2929
When a user authenticates, their identifying attributes are checked against the relevant property of the auth providers in the database.
30-
If there is a match, then the user is linked to the Neo4j user and authorized according to the DBMS security configuration settings that match the provider's name of the matching auth provider.
30+
If there is a match, then the user is linked to the Neo4j user and authorized according to the DBMS security configuration settings that match the name of the matching auth provider.
3131

3232
How the matching lookup is done depends on the type of provider.
3333
For example:

0 commit comments

Comments
 (0)