summaryrefslogtreecommitdiff
path: root/src/saml2/response.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/response.py')
-rw-r--r--src/saml2/response.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/response.py b/src/saml2/response.py
index 3c938e69..5ca75bf1 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=True,
+ want_assertions_signed=False, want_response_signed=False,
conv_info=None, **kwargs):
StatusResponse.__init__(self, sec_context, return_addrs, timeslack,