litesaml / lightsaml

MIT License
82 stars 23 forks source link

Closes #58, adds optional inflation when handling post requests to comply with saml spec #68

Open frob opened 5 months ago

frob commented 5 months ago

With the current implementation the SAML request will fail if the SAML request is handled through POST and gzipped. The spec allows for POST requests to be compressed as we should allow that here as well. I added a test for this as well.