Forgot to throw an exception at the end.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 19 Mar 2007 01:46:23 +0000 (01:46 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 19 Mar 2007 01:46:23 +0000 (01:46 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@211 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/saml2/profile/BrowserSSOProfileValidator.cpp

index bc1dd1a..5650306 100644 (file)
@@ -85,4 +85,6 @@ void BrowserSSOProfileValidator::validateAssertion(const Assertion& assertion) c
             }
         }
     }
+    
+    throw ValidationException("Unable to satisfy assertion's SubjectConfirmation.");
 }