X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fattribute%2Fresolver%2Fimpl%2FQueryAttributeResolver.cpp;h=a9e4dc4c06a7b7c74240067a75b29ebce6b9a928;hb=46c912f32e5865467d80f47a8df295edfc2b2075;hp=402dfbac3fb5737895e58699e2af0d02a350423b;hpb=39f8bb0018dedc79c5c5a34636897c992f63dec7;p=shibboleth%2Fsp.git diff --git a/shibsp/attribute/resolver/impl/QueryAttributeResolver.cpp b/shibsp/attribute/resolver/impl/QueryAttributeResolver.cpp index 402dfba..a9e4dc4 100644 --- a/shibsp/attribute/resolver/impl/QueryAttributeResolver.cpp +++ b/shibsp/attribute/resolver/impl/QueryAttributeResolver.cpp @@ -561,7 +561,7 @@ void QueryResolver::SAML2Query(QueryContext& ctx) const // With this flag on, we block unauthenticated ciphertext when decrypting, // unless the protocol was authenticated. - pair authenticatedCipher = application.getBool("requireAuthenticatedCipher"); + pair authenticatedCipher = application.getBool("requireAuthenticatedEncryption"); if (policy->isAuthenticated()) authenticatedCipher.second = false;