Changes for version 0.53 - 2022-02-03

  • Significant Changes since 0.52
    • Fix bug with Saml LogoutResponse on HTTP-Redirect Binding introduced in 0.52
    • testapp: simplify testing by allowing easier testing against multiple IdPs
    • 22d2b2a (HEAD -> master) Update version information
    • 13c18ee Merge pull request #56 from timlegge/testapp-multiple-idp-support
    • a2ff662 Allow custom config.yml file per Identity Provider
    • 4bf230a Add support for multiple IdPs to the SamlTest testapp Makes testing against Multiple IdPs much simpler to setup and configure
    • 905f78a SP initiated SAMLLogout has SAMLResponse on redirect
    • 378ea9b v0.52

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