mbg / wai-saml2

WAI middleware implementing SAML2
MIT License
5 stars 6 forks source link

Add validation test, including a failing example #52

Open fumieval opened 1 year ago

fumieval commented 1 year ago

Summary

This PR adds a new test, validation, that tries to validate concrete examples of SAMLResponses. It contains a couple of samples that wai-saml2 can't handle at the moment.

Most code is extracted from #45

Checklist

fumieval commented 1 year ago

I wonder why the tests fail on stack-lts-19 or older...

fumieval commented 12 months ago

I figured out the cause of the test failures, and fixed it in https://github.com/mbg/c14n/pull/3