Changes for version 0.55 - 2022-04-15

  • Significant Changes since 0.53
    • Support for EncryptedAssertions is automatic if one is received but the call to Net::SAML2::Protocol::Assertion must provide a key and cacert to decrypt the EncryptedAssertion and Verify the Signature on the decrypted Assertion if it is Signed. No changes are required for existing applications that do not use EncryptedAssertions.
  • Commits
    • 159332d Bump version for 0.55 release
    • 92a1eb5 Support Unsigned encrypted Assertions
    • 39016c6 v0.54

Modules

SAML2 bindings and protocol implementation
Net::SAML2::Binding::POST - HTTP POST binding for SAML
Net::SAML2::Binding::Redirect - HTTP Redirect binding for SAML
Net::SAML2::Binding::Artifact - SOAP binding for SAML
Net::SAML2::IdP - SAML Identity Provider object
Net::SAML2::Protocol::ArtifactResolve - ArtifactResolve protocol class
Net::SAML2::Protocol::Assertion - SAML2 assertion object
SAML2 AuthnRequest object
SAML2 LogoutRequest Protocol object
SAML2 LogoutResponse Protocol object
Common behaviour for Protocol messages
Net::SAML2::SP - SAML Service Provider object
Utility functions for Net:SAML2
Net::SAML2 subclass of XML::Sig
Net::SAML2::XML::Util - XML Util class