Skip to content

OneLogin's SAML Python Toolkit v2.1.4

Compare
Choose a tag to compare
@pitbulk pitbulk released this 17 Jul 17:38
· 362 commits to master since this release

Changelog:

  • Now the SP is able to select the algorithm to be used on signatures (DSA_SHA1, RSA_SHA1, RSA_SHA256, RSA_SHA384, RSA_SHA512).
  • Support sign validation of different kinds of algorithm
  • Add demo example of the Bottle framework.
  • Improve decrypt method #73
  • Handle valid but uncommon dsig block with no URI in the reference
  • Split the setting check methods. Now 1 method for IdP settings and other for SP settings
  • Let the setting object to avoid the IdP setting check. required if we want to publish SP SAML Metadata when the IdP data is still not provided.