OTA-Insight / djangosaml2idp

SAML 2.0 Identity Provider in Django
Apache License 2.0
104 stars 97 forks source link

Use only the directory of the xmlsec binary in the example conf #116

Closed challet closed 3 years ago

challet commented 3 years ago

The get_xmlsec_binary function will append the name of the binary when looking for it : https://github.com/IdentityPython/pysaml2/blob/6ca05dd8a95bf6bdb74dc742699f54febca23d05/src/saml2/sigver.py#L157-L192

challet commented 3 years ago

The tests may be failing because of the problem fixed in #115