Forgot to throw an exception at the end.
authorScott Cantor <cantor.2@osu.edu>
Mon, 19 Mar 2007 01:46:23 +0000 (01:46 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 19 Mar 2007 01:46:23 +0000 (01:46 +0000)
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.");
 }