Missing rest of SAML checking after extract of origin site.
authorScott Cantor <cantor.2@osu.edu>
Tue, 2 Dec 2003 07:29:52 +0000 (07:29 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 2 Dec 2003 07:29:52 +0000 (07:29 +0000)
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();