diff --git a/modules/ROOT/pages/configuration/configuration-settings.adoc b/modules/ROOT/pages/configuration/configuration-settings.adoc index 665cb4bea..e76dd46a1 100644 --- a/modules/ROOT/pages/configuration/configuration-settings.adoc +++ b/modules/ROOT/pages/configuration/configuration-settings.adoc @@ -4058,7 +4058,7 @@ m|++++++ |Description a|A list of attribute names on a user object that contains groups to be used for mapping to roles when LDAP authorization is enabled. This setting is ignored when `dbms.ldap_authorization_nested_groups_enabled` is `true`. |Valid values -a|A comma-separated list where each element is a string, which Can not be empty. +a|A comma-separated list where each element is a string, which cannot be empty. |Default value m|+++memberOf+++ |=== @@ -4181,7 +4181,7 @@ m|+++false+++ |Description a|The name of the base object or named context to search for user objects when LDAP authorization is enabled. A common case is that this matches the last part of `<>`. |Valid values -a|A string that Can not be empty. +a|A string that cannot be empty. |Default value m|+++ou=users,dc=example,dc=com+++ |=== @@ -4330,7 +4330,7 @@ m|+++false+++ |Description a|Expected values of the Audience (aud) claim in the id token. |Valid values -a|A comma-separated list where each element is a string, which Can not be empty. +a|A comma-separated list where each element is a string, which cannot be empty. |=== @@ -4411,8 +4411,7 @@ a|A string that must be semicolon-separated list of key-value pairs or empty |=== |Description a|The claim to use as the list of groups in Neo4j. These could be Neo4J roles directly, or can be mapped using dbms.security.oidc..authorization.group_to_role_mapping. -The JWT claim may also contain a single group returned as A string. as well as a list of groups as was previously required. - +The claim specified should be a string type representing a single group, or an array of strings representing multiple groups. |Valid values a|A string. |=== @@ -4426,7 +4425,7 @@ a|A string. [frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"] |=== |Description -a|The claim to use as the username in Neo4j. This would typically be sub, but in some situations it may be be desirable to use something else such as email. +a|The claim to use as the username in Neo4j. This would typically be sub, but in some situations it may be desirable to use something else such as email. |Valid values a|A string. |Default value