Skip to content

Commit 40907a7

Browse files
author
Erick Tryzelaar
committed
explicitly set binding when calling parse_logout_request_response
1 parent 3631663 commit 40907a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def do_logout(self, name_id, entity_ids, reason, expire, sign=None,
178178
not_done.remove(entity_id)
179179
response = response.text
180180
logger.info("Response: %s" % response)
181-
res = self.parse_logout_request_response(response)
181+
res = self.parse_logout_request_response(response, binding)
182182
responses[entity_id] = res
183183
else:
184184
logger.info("NOT OK response from %s" % destination)

0 commit comments

Comments
 (0)