Replace THis by This

This commit is contained in:
Bruno Oliveira 2016-06-01 10:22:16 -03:00
parent 7a242557e9
commit 0f64cb28cd

View file

@ -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.