pysaml2 icon indicating copy to clipboard operation
pysaml2 copied to clipboard

Fix ECP handling

Open erakli opened this issue 7 years ago • 1 comments

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?

erakli avatar Nov 19 '18 16:11 erakli

What the reason that there's assert 'xmlns:encas' not in decr_text statement. I'm not sure that code fails for serious reason

erakli avatar Nov 20 '18 10:11 erakli