Skip to content

OneLogin's SAML Python3 Toolkit v1.5.0

Compare
Choose a tag to compare
@pitbulk pitbulk released this 29 Jan 17:16
· 273 commits to master since this release
  • Security improvements. Use of tagid to prevent XPath injection. Disable DTD on fromstring defusedxml method
  • #97 Check that the response has all of the AuthnContexts that we provided
  • Adapt renders from Django demo for Django 1.11 version
  • Update pylint dependency to 1.9.1
  • If debug enable, print reason for the SAMLResponse invalidation
  • Fix DSA constant
  • #106 Support NameID children inside of AttributeValue elements
  • Start using flake8 for code quality