Skip to content

Commit a1b400a

Browse files
committed
Revert "Fix check for signed logout"
This reverts commit b853919.
1 parent f28c470 commit a1b400a

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
@@ -222,7 +222,7 @@ def do_logout(self, name_id, entity_ids, reason, expire, sign=None,
222222
sign = True
223223

224224
if sign is None:
225-
sign = self.config.logout_requests_signed
225+
sign = self.logout_requests_signed
226226

227227
sigalg = None
228228
if sign:

0 commit comments

Comments
 (0)