summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-08-14 09:43:45 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-08-14 09:43:45 +0200
commit801427ada40323b38bf183554b2c4defd53c480a (patch)
treea9e39fee97c8638f7957b4bbf058a2fae050eaa0
parentcc486e83cf6237699abad63403cd4d66f5c814c4 (diff)
parent5ba68ca562d003f30be6701d3ce0a8b752b24c3a (diff)
downloadpysaml2-801427ada40323b38bf183554b2c4defd53c480a.tar.gz
Merge branch 'master' of github.com:rohe/pysaml2
-rw-r--r--src/saml2/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/saml2/config.py b/src/saml2/config.py
index 83673ff4..10001dff 100644
--- a/src/saml2/config.py
+++ b/src/saml2/config.py
@@ -71,7 +71,8 @@ COMMON_ARGS = [
"tmp_cert_file",
"tmp_key_file",
"validate_certificate",
- "extensions"
+ "extensions",
+ "allow_unknown_attributes"
]
SP_ARGS = [
@@ -90,7 +91,6 @@ SP_ARGS = [
"allow_unsolicited",
"ecp",
"name_id_format",
- "allow_unknown_attributes"
]
AA_IDP_ARGS = [