Improve exception message.
authorScott Cantor <cantor.2@osu.edu>
Thu, 13 Dec 2007 23:20:30 +0000 (23:20 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 13 Dec 2007 23:20:30 +0000 (23:20 +0000)
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.");
 }