diff options
Diffstat (limited to 'src/saml2/response.py')
-rw-r--r-- | src/saml2/response.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/response.py b/src/saml2/response.py index 5ca75bf1..3c938e69 100644 --- a/src/saml2/response.py +++ b/src/saml2/response.py @@ -470,7 +470,7 @@ class AuthnResponse(StatusResponse): return_addrs=None, outstanding_queries=None, timeslack=0, asynchop=True, allow_unsolicited=False, test=False, allow_unknown_attributes=False, - want_assertions_signed=False, want_response_signed=False, + want_assertions_signed=False, want_response_signed=True, conv_info=None, **kwargs): StatusResponse.__init__(self, sec_context, return_addrs, timeslack, |