pysaml2
pysaml2 copied to clipboard
Fix ECP handling
I found that parse_ecp_authn_response not tested at all and doesn't work with example services.
All Submissions:
- [x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
- [ ] Have you added an explanation of what problem you are trying to solve with this PR?
- [ ] Have you added information on what your changes do and why you chose this as your solution?
- [ ] Have you written new tests for your changes?
- [ ] Does your submission pass tests?
- [ ] This project follows PEP8 style guide. Have you run your code against the 'flake8' linter?
What the reason that there's assert 'xmlns:encas' not in decr_text statement. I'm not sure that code fails for serious reason