The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.78 - 2024-02-25

  • Compatibility Deprecation Warning
    • id is renamed to issuer. Current code simply warns.
    • See 0.77 for other deprecated changes
  • Significant Changes
    • MockSAML IdP is a tested implementation
    • Signature bug fix
    • Deprecate id - use issuer to instantiate objects
    • testapp changes for deprecation and to support MockSAML
  • Detailed Change Log
    • 49c8a8a Add missing pod for new function
    • 7a7e167 testapp: use SSL_verify_mode to disable verification via config
    • 35c8b65 s/NET::SAML2/Net::SAML2/
    • 1bd4efe Change $sp->id to $sp->issuer in t/09-authn-request.t
    • f3e3ec4 Add deprecation warning to id() method
    • 99bb04c testapp: add relaystate for a redirect binding
    • 116d948 testapp: id has been deprecated use issuer
    • c53ba9d Rename id to issuer for Net::SAML2::SP
    • b98a763 Fix signature location bug
    • b8a297a Increment Repo Version
    • 9c7d980 v0.77
    • edc6a88 Increment Version for a Release

Modules

SAML2 bindings and protocol implementation
An attribute consuming service object
HTTP POST binding for SAML
HTTP Redirect binding for SAML
SOAP binding for SAML
SAML Identity Provider object
SAML2 artifact object
ArtifactResolve protocol class
SAML2 assertion object
SAML2 AuthnRequest object
SAML2 LogoutRequest Protocol object
SAML2 LogoutResponse Protocol object
RequestedAttribute class
Common behaviour for Protocol messages
A role to verify the SAML response XML
SAML Service Provider object
Custom Moose types for Net::SAML2
Utility functions for Net::SAML2
Net::SAML2 subclass of XML::Sig
XML Util class