Skip to content

Commit 74a0cd6

Browse files
committed
Do not sign logout requests if not specified to do so
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent deeb0b5 commit 74a0cd6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/saml2/client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@ def do_logout(self, name_id, entity_ids, reason, expire, sign=None,
257257
destination, entity_id, name_id=name_id, reason=reason,
258258
expire=expire, session_indexes=session_indexes)
259259

260-
# to_sign = []
261-
if binding.startswith("http://"):
262-
sign = True
263-
264260
if sign is None:
265261
sign = self.logout_requests_signed
266262

0 commit comments

Comments
 (0)