From 0f64cb28cdbdaab1ee7d76f0783fe2dbbbb9efb5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 1 Jun 2016 10:22:16 -0300 Subject: [PATCH] Replace THis by This --- topics/sso-protocols/saml.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/sso-protocols/saml.adoc b/topics/sso-protocols/saml.adoc index 47249a83f1..6cbb63e75e 100644 --- a/topics/sso-protocols/saml.adoc +++ b/topics/sso-protocols/saml.adoc @@ -11,7 +11,7 @@ In {{book.project.name}} SAML serves two types of use cases: browser application There is really two types of use cases when using SAML. The first is an application that asks the {{book.project.name}} server to authenticate a user for them. After a successful login, the application will receive an XML document that contains -something called a SAML assertion that specify various attributes about the user. THis XML document is digitally signed by +something called a SAML assertion that specify various attributes about the user. This XML document is digitally signed by the realm and contains access information (like user role mappings) that the application can use to determine what resources the user is allowed to access on the application.