Commit 114c1ee
authored
[Website]: attribute_delimiters.groups setting mislabeled in saml docs (#2171)
It is possible to set a delimiter for IdPs that pass groups as a, eg, a
single comma-separated list by setting the
`xpack.security.authc.realms.saml.kibana_real.attribute_delimiters.groups`
setting. However, the current docs call it
`xpack.security.authc.realms.saml.kibana_real.attribute_delimiters.group`
(https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/saml#saml-es-user-properties).
<img width="882" height="392" alt="image"
src="https://github.com/user-attachments/assets/c7c36508-ea4f-4e7c-ab0b-b8e07770acd2"
/>
This PR corrects that error.
Our old docs here have the correct setting as well
https://www.elastic.co/guide/en/elasticsearch/reference/8.18/security-settings.html.1 parent 1d3018c commit 114c1ee
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments