Skip to content

Commit

Permalink
Minor typo, attribute -> attributes (elastic#83150)
Browse files Browse the repository at this point in the history
In the SAML configuration for Elasticsearch the settings for `attributes.principal` and `.groups` are listed in the detail as `attribute.`, missing `s`
  • Loading branch information
DanRoscigno authored Jan 26, 2022
1 parent 63f228e commit 4bf9c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/docs/en/security/authentication/saml-guide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ sp.logout::
proxies involved, but it will typically be +$\{kibana-url}/logout+ where
_$\{kibana-url}_ is the base URL for your {kib} instance.

attribute.principal:: See <<saml-attributes-mapping>>.
attribute.groups:: See <<saml-attributes-mapping>>.
attributes.principal:: See <<saml-attributes-mapping>>.
attributes.groups:: See <<saml-attributes-mapping>>.

[[saml-attributes-mapping]]
==== Attribute mapping
Expand Down

0 comments on commit 4bf9c53

Please sign in to comment.