Skip to content

OneLogin's SAML Python3 Toolkit v1.11.0

Compare
Choose a tag to compare
@pitbulk pitbulk released this 23 Jul 00:27
· 121 commits to master since this release
  • #261 Allow duplicate named attributes, controlled by a new setting
  • #268 Make the redirect scheme matcher case-insensitive
  • #256 Improve signature validation process. Add an option to use query string for validation
  • #259 Add get metadata timeout
  • #246 Add the ability to change the ProtocolBinding in the authn request.
  • #248 Move storing the response data into its own method in the Auth class
  • Remove the dependency on defusedxml
  • #241 Improve AttributeConsumingService support
  • Update expired dates from test responses
  • Migrate from Travis to Github Actions