Skip to content

Commit e805e9c

Browse files
Apply suggestions from code review
Co-authored-by: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com>
1 parent 9536015 commit e805e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ Included when xref:configuration/configuration-settings.adoc#config_db.logs.quer
13041304
| The username of the user executing the query.
13051305
Either same as `authenticatedUser` or an impersonated user.
13061306

1307-
| authenticatedUser footnote:[When SSO is enabled, the username is determined either by the xref:configuration/configuration-settings.adoc#config_dbms.security.oidc.-provider-.claims.username[`dbms.security.oidc.<provider>.claims.username`] setting.
1307+
| authenticatedUser footnote:[When SSO is enabled, the username is determined by the xref:configuration/configuration-settings.adoc#config_dbms.security.oidc.-provider-.claims.username[`dbms.security.oidc.<provider>.claims.username`] setting.
13081308
If LDAP is configured, Neo4j determines the username string using one of two settings: xref:configuration/configuration-settings.adoc#config_dbms.security.ldap.authentication.user_dn_template[`dbms.security.ldap.authentication.user_dn_template`] or xref:configuration/configuration-settings.adoc#config_dbms.security.ldap.authentication.attribute[`dbms.security.ldap.authentication.attribute`].
13091309
For both SSO and LDAP, if local user mapping is required (`dbms.security.require_local_user=true`), the log records the mapped local username instead of the external identity string.
13101310
If authentication is controlled on a user level via Cypher statements, the username is defined directly inside the `system` database using native user creation queries: `CREATE USER 'name'`.]

0 commit comments

Comments
 (0)