Skip to content

OneLogin's SAML Python3 Toolkit v1.2.2

Compare
Choose a tag to compare
@pitbulk pitbulk released this 11 Jan 13:01
· 390 commits to master since this release

This version includes improvements oriented to help the developer to debug.

Changelog:

  • #37 Add option to raise response validation exceptions
  • #42 Optionally raise detailed exceptions vs. returning False. Implement a more specific exception class for handling some validation errors. Improve/Fix tests. Add support for retrieving the last ID of the generated AuthNRequest / LogoutRequest. Add hooks to retrieve last-sent and last-received requests and responses
  • Improved inResponse validation on Responses
  • Add the ability to extract the specific certificate from IdP metadata when several defined
  • Fix Invalid True attribute value in Metadata XML
  • #35 Fix typos and json sample code in documentation