Missing rest of SAML checking after extract of origin site.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 2 Dec 2003 07:29:52 +0000 (07:29 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 2 Dec 2003 07:29:52 +0000 (07:29 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@751 cb58f699-b61c-0410-a6fe-9272a202ed29

shib/ShibPOSTProfile.cpp

index 2091d77..61c62ff 100644 (file)
@@ -149,6 +149,9 @@ SAMLResponse* ShibPOSTProfile::accept(const XMLByte* buf, XMLCh** originSitePtr)
             *originSitePtr=XMLString::replicate(getOriginSite(*r));
         throw;
     }
+    
+    // Finish SAML processing.
+    SAMLPOSTProfile::process(*r, m_receiver, m_ttlSeconds);
 
     // Examine the subject information.
     const SAMLSubject* subject = sso->getSubject();