Renamed signedAssertions.
[shibboleth/sp.git] / shibsp / handler / impl / SAML1Consumer.cpp
index 475184c..d1c46b8 100644 (file)
@@ -149,7 +149,7 @@ void SAML1Consumer::implementProtocol(
 
     // With this flag on, we ignore any unsigned assertions.
     const EntityDescriptor* entity = policy.getIssuerMetadata() ? dynamic_cast<const EntityDescriptor*>(policy.getIssuerMetadata()->getParent()) : NULL;
-    pair<bool,bool> flag = application.getRelyingParty(entity)->getBool("signedAssertions");
+    pair<bool,bool> flag = application.getRelyingParty(entity)->getBool("requireSignedAssertions");
 
     // authnskew allows rejection of SSO if AuthnInstant is too old.
     const PropertySet* sessionProps = application.getPropertySet("Sessions");