https://bugs.internet2.edu/jira/browse/SSPCPP-282
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 2 Mar 2010 17:46:45 +0000 (17:46 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 2 Mar 2010 17:46:45 +0000 (17:46 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3233 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/handler/impl/SAML2NameIDMgmt.cpp

index e285ebb..12c0ed6 100644 (file)
@@ -268,7 +268,7 @@ pair<bool,long> SAML2NameIDMgmt::doRequest(
     Locker metadataLocker(application.getMetadataProvider());
 
     // Create the policy.
-    shibsp::SecurityPolicy policy(application, &m_role, validate.first && validate.second);
+    shibsp::SecurityPolicy policy(application, &m_role, validate.first && validate.second, policyId.second);
 
     // Decode the message.
     string relayState;