diff options
| author | Roland Hedberg <roland.hedberg@adm.umu.se> | 2012-01-28 11:18:09 +0100 |
|---|---|---|
| committer | Roland Hedberg <roland.hedberg@adm.umu.se> | 2012-01-28 11:18:09 +0100 |
| commit | 3e9b47fb65b62f790a153078b401b8995cb57914 (patch) | |
| tree | 02753d32643195aac6e275c15437da67474eef8d /src | |
| parent | 59ff9dd038ca14a7101a23682fc5eca6c898ff50 (diff) | |
| download | pysaml2-3e9b47fb65b62f790a153078b401b8995cb57914.tar.gz | |
Added another configuration directive
Diffstat (limited to 'src')
| -rw-r--r-- | src/saml2/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saml2/config.py b/src/saml2/config.py index 9ddd2869..ddad04ef 100644 --- a/src/saml2/config.py +++ b/src/saml2/config.py @@ -25,7 +25,8 @@ COMMON_ARGS = ["entityid", "xmlsec_binary", "debug", "key_file", "cert_file", "contact_person", "name_form", "virtual_organization", - "logger" + "logger", + "only_use_keys_in_metadata", ] SP_ARGS = [ |
