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/configuration/configuration-settings.adoc
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4058,7 +4058,7 @@ m|++++++
4058
4058
|Description
4059
4059
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`.
4060
4060
|Valid values
4061
-
a|A comma-separated list where each element is a string, which Can not be empty.
4061
+
a|A comma-separated list where each element is a string, which cannot be empty.
4062
4062
|Default value
4063
4063
m|+++memberOf+++
4064
4064
|===
@@ -4181,7 +4181,7 @@ m|+++false+++
4181
4181
|Description
4182
4182
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 `<<config_dbms.security.ldap.authentication.user_dn_template,dbms.security.ldap.authentication.user_dn_template>>`.
4183
4183
|Valid values
4184
-
a|A string that Can not be empty.
4184
+
a|A string that cannot be empty.
4185
4185
|Default value
4186
4186
m|+++ou=users,dc=example,dc=com+++
4187
4187
|===
@@ -4330,7 +4330,7 @@ m|+++false+++
4330
4330
|Description
4331
4331
a|Expected values of the Audience (aud) claim in the id token.
4332
4332
|Valid values
4333
-
a|A comma-separated list where each element is a string, which Can not be empty.
4333
+
a|A comma-separated list where each element is a string, which cannot be empty.
4334
4334
|===
4335
4335
4336
4336
@@ -4411,8 +4411,7 @@ a|A string that must be semicolon-separated list of key-value pairs or empty
4411
4411
|===
4412
4412
|Description
4413
4413
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.<provider>.authorization.group_to_role_mapping.
4414
-
The JWT claim may also contain a single group returned as A string. as well as a list of groups as was previously required.
4415
-
4414
+
The claim specified should be a string type representing a single group, or an array of strings representing multiple groups.
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.
4428
+
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.
0 commit comments