summaryrefslogtreecommitdiff
path: root/src/saml2/config.py
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2017-07-26 04:34:52 -0700
committerGitHub <noreply@github.com>2017-07-26 04:34:52 -0700
commit8ca067dce4dea1fb5dd4035e4f1036a47e984a17 (patch)
treee41e37fca93ce47827a190f8479387b4915ab0d2 /src/saml2/config.py
parent47cbd128516d5994591e9ae8d3068bf43196f018 (diff)
parent6d2200808b618f0fc8b163d7e03e16c2827c4eeb (diff)
downloadpysaml2-8ca067dce4dea1fb5dd4035e4f1036a47e984a17.tar.gz
Merge branch 'master' into feature-hide-assertion-consumer-service
Diffstat (limited to 'src/saml2/config.py')
-rw-r--r--src/saml2/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/config.py b/src/saml2/config.py
index 235bf91e..e508a954 100644
--- a/src/saml2/config.py
+++ b/src/saml2/config.py
@@ -77,6 +77,7 @@ SP_ARGS = [
"logout_requests_signed",
"requested_attribute_name_format",
"hide_assertion_consumer_service",
+ "force_authn",
]
AA_IDP_ARGS = [
@@ -208,7 +209,6 @@ class Config(object):
self.crypto_backend = 'xmlsec1'
self.scope = ""
self.allow_unknown_attributes = False
- self.allow_unsolicited = False
self.extension_schema = {}
self.cert_handler_extra_class = None
self.verify_encrypt_cert_advice = None