From ef453b31b43f9e6132def1461e43654ffb9a0be2 Mon Sep 17 00:00:00 2001 From: Yuri Tceretian Date: Tue, 12 Jun 2018 14:45:27 +0300 Subject: [PATCH] Delete typos in SAML docs (#31199) * Delete typos in SAML docs saml-guide.asciidoc --- x-pack/docs/en/security/authentication/saml-guide.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/docs/en/security/authentication/saml-guide.asciidoc b/x-pack/docs/en/security/authentication/saml-guide.asciidoc index a57cfaec84c..7139f4f8198 100644 --- a/x-pack/docs/en/security/authentication/saml-guide.asciidoc +++ b/x-pack/docs/en/security/authentication/saml-guide.asciidoc @@ -192,7 +192,7 @@ attribute.groups:: See <>. When a user connects to {kib} through your Identity Provider, the Identity Provider will supply a SAML Assertion about the user. The assertion will contain an _Authentication Statement_ indicating that the user has successfully -authenticated to the IdP and one ore more _Attribute Statements_ that will +authenticated to the IdP and one or more _Attribute Statements_ that will include _Attributes_ for the user. These attributes may include such things as: @@ -213,7 +213,7 @@ customise the URIs and their associated value. logged in, and they can be used for role mapping (below). In order for these attributes to be useful, {es} and the IdP need to have a -common via for the names of the attributes. This is done manually, by +common value for the names of the attributes. This is done manually, by configuring the IdP and the {security} SAML realm to use the same URI name for each logical user attribute.