From 1d6331b0b5734ad6f62428b4104693db593096c9 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 2 Mar 2010 17:45:09 +0000 Subject: [PATCH] https://issues.shibboleth.net/jira/browse/SSPCPP-282 --- shibsp/handler/impl/SAML2Logout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibsp/handler/impl/SAML2Logout.cpp b/shibsp/handler/impl/SAML2Logout.cpp index 5f5379d..23b1bc8 100644 --- a/shibsp/handler/impl/SAML2Logout.cpp +++ b/shibsp/handler/impl/SAML2Logout.cpp @@ -342,7 +342,7 @@ pair 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; -- 2.1.4