Skip Menu |

This queue is for tickets about the Net-SAML2 CPAN distribution.

Report information
The Basics
Id: 71183
Status: resolved
Priority: 0/
Queue: Net-SAML2

People
Owner: TIMLEGGE [...] cpan.org
Requestors: perl [...] okko.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.15
Fixed in: 0.20



Subject: Attribute (cert) is required in Net::SAML2::BInding::Redirect
The SYNOPSIS suggests my $redirect = Net::SAML2::Binding::Redirect->new( key => 'sign-nopw-cert.pem', url => $sso_url, param => 'SAMLRequest', ); but the attribute "cert" is required in the package's Moose properties. It should either not be required or the SYNOPSIS should state my $redirect = Net::SAML2::Binding::Redirect->new( key => 'sign-nopw-cert.pem', url => $sso_url, param => 'SAMLRequest', cert => 'path/to/cert.ca', );
Logged in https://github.com/timlegge/perl-Net-SAML2/issues/6 Will address in next release