eXist-db / existdb-saml

XQuery module that implements SAML v2 single sign-on
GNU Lesser General Public License v2.1
4 stars 3 forks source link

[improve] enable XML signature validation #5

Open chakl opened 2 years ago

chakl commented 2 years ago

Re-enable XML signature validation.

This requires a version of crypto-lib that provides crypto:validate-signature-by-certfile().

joewiz commented 1 year ago

@chakl Is there a version of crypto-lib that provides the required function? If so, the best way to assert the dependency on the required version is to add the version number to https://github.com/eXist-db/existdb-saml/blob/master/expath-pkg.xml.tmpl#L4, either as a literal @version, or a range via @semver or semver-min.