From d3e1e60e9a7c005e51b4cfe5f10c1c1ff5c35ee6 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 13 Dec 2007 23:20:30 +0000 Subject: [PATCH] Improve exception message. --- saml/saml2/profile/BrowserSSOProfile20Validator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); } -- 2.1.4