Skip to content

Commit f7c590b

Browse files
author
Roland Hedberg
committed
Allow for specifying directories in which the xmlsec binary may be found.
1 parent c8643ab commit f7c590b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/saml2/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"disable_ssl_certificate_validation",
6161
"referred_binding",
6262
"session_storage",
63-
"entity_category"
63+
"entity_category",
64+
"xmlsec_path"
6465
]
6566

6667
SP_ARGS = [
@@ -161,6 +162,7 @@ def __init__(self, homedir="."):
161162
self._homedir = homedir
162163
self.entityid = None
163164
self.xmlsec_binary = None
165+
self.xmlsec_path = []
164166
self.debug = False
165167
self.key_file = None
166168
self.cert_file = None

0 commit comments

Comments
 (0)