Improve exception message.
[shibboleth/cpp-opensaml.git] / saml / saml2 / profile / BrowserSSOProfile20Validator.cpp
index a709266..0d533fd 100644 (file)
@@ -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.");
 }