summaryrefslogtreecommitdiff
path: root/src/saml2/config.py
diff options
context:
space:
mode:
authorHans Hörberg <hans.horberg@umu.se>2014-03-19 15:16:07 +0100
committerHans Hörberg <hans.horberg@umu.se>2014-03-19 15:16:07 +0100
commite43f63cae30f1d0e91b8edcaa304000a27b86511 (patch)
treea5555694b6f895cd3a615e1e617a7016493b68e5 /src/saml2/config.py
parent495d5f683b39e90521e238357f70e8f79e4c0e46 (diff)
downloadpysaml2-e43f63cae30f1d0e91b8edcaa304000a27b86511.tar.gz
Fixes for EncryptedAssertion and signing.
Diffstat (limited to 'src/saml2/config.py')
-rw-r--r--src/saml2/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saml2/config.py b/src/saml2/config.py
index 146fef1d..1a96f16e 100644
--- a/src/saml2/config.py
+++ b/src/saml2/config.py
@@ -80,6 +80,7 @@ SP_ARGS = [
"idp",
"aa",
"subject_data",
+ "want_response_signed",
"want_assertions_signed",
"authn_requests_signed",
"name_form",