#585 Recovered: Add per-SP option to disable signature checking for authn requests
Closed: Fixed by t0xic0der. Opened by t0xic0der.

We found an issue verifying SAML signatures in authn requests.
It may be useful for debugging purposes to be able to disable signature checking.
it is a single option in auth.py:AuthenticateRequest._parse_request()
right after login is instantiated conditionally call:
login.setSignatureVerifyHint(lasso.PROFILE_SIGNATURE_VERIFY_HINT_IGNORE)


This issue ticket was originally removed from the tracker as it clashed with the pull request.
See upstream ticket for migration details.


Metadata Update from @t0xic0der:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata