https://issues.shibboleth.net/jira/browse/SSPCPP-282
authorScott Cantor <cantor.2@osu.edu>
Tue, 2 Mar 2010 17:45:09 +0000 (17:45 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 2 Mar 2010 17:45:09 +0000 (17:45 +0000)
shibsp/handler/impl/SAML2Logout.cpp

index 5f5379d..23b1bc8 100644 (file)
@@ -342,7 +342,7 @@ pair<bool,long> SAML2Logout::doRequest(const Application& application, const HTT
     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;