X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fprofile%2FBrowserSSOProfile20Validator.cpp;h=0d533fd231225b522d711d0dbd5f59a06bf83fba;hp=a709266c63e4db4cddde7c34c480b00bb37886de;hb=d3e1e60e9a7c005e51b4cfe5f10c1c1ff5c35ee6;hpb=4e738085d4420181f353a4affd7cc721f64b14d2 diff --git a/saml/saml2/profile/BrowserSSOProfile20Validator.cpp b/saml/saml2/profile/BrowserSSOProfile20Validator.cpp index a709266..0d533fd 100644 --- a/saml/saml2/profile/BrowserSSOProfile20Validator.cpp +++ b/saml/saml2/profile/BrowserSSOProfile20Validator.cpp @@ -85,5 +85,5 @@ void BrowserSSOProfileValidator::validateAssertion(const Assertion& assertion) c } } - throw ValidationException("Unable to satisfy assertion's SubjectConfirmation."); + throw ValidationException("Unable to locate satisfiable bearer SubjectConfirmation in assertion."); }