explicitly set binding when calling parse_logout_request_response

This commit is contained in:
Erick Tryzelaar
2014-10-29 12:16:54 -07:00
parent 363166359d
commit 40907a72bd

View File

@@ -178,7 +178,7 @@ class Saml2Client(Base):
not_done.remove(entity_id)
response = response.text
logger.info("Response: %s" % response)
res = self.parse_logout_request_response(response)
res = self.parse_logout_request_response(response, binding)
responses[entity_id] = res
else:
logger.info("NOT OK response from %s" % destination)