Skip to content

Commit f03f2b0

Browse files
Move the footnote
1 parent 58650b0 commit f03f2b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,10 +1304,10 @@ 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
1308-
| The username used to authenticate the session, whether managed natively by Neo4j or externally via an identity provider like LDAP or OIDC/SSO. footnote:[If SSO is enabled, the username is defined by the xref:configuration/configuration-settings.adoc#config_dbms.security.oidc.-provider-.claims.username[`dbms.security.oidc.<provider>.claims.username`] setting.
1307+
| authenticatedUser footnote:[If SSO is enabled, the username is defined by the xref:configuration/configuration-settings.adoc#config_dbms.security.oidc.-provider-.claims.username[`dbms.security.oidc.<provider>.claims.username`] setting.
13091308
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`].
13101309
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'`.]
1310+
| The username used to authenticate the session, whether managed natively by Neo4j or externally via an identity provider like LDAP or OIDC/SSO.
13111311

13121312
| query
13131313
| The query text.

0 commit comments

Comments
 (0)