Skip to content

Commit f58330e

Browse files
author
Ioannis Kakavas
committed
Revert this change as it is not required
1 parent 5f6b078 commit f58330e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def __init__(self, sec_context, attribute_converters, entity_id,
470470
return_addrs=None, outstanding_queries=None,
471471
timeslack=0, asynchop=True, allow_unsolicited=False,
472472
test=False, allow_unknown_attributes=False,
473-
want_assertions_signed=False, want_response_signed=True,
473+
want_assertions_signed=False, want_response_signed=False,
474474
conv_info=None, **kwargs):
475475

476476
StatusResponse.__init__(self, sec_context, return_addrs, timeslack,

0 commit comments

Comments
 (0)