Skip Menu |

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

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

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

Bug Information
Severity: Normal
Broken in: 0.15
Fixed in: 0.20



Subject: Accept an IdP without a Logout URL
In file Net/SAML2/IdP.pm: has 'sso_urls' => (isa => HashRef[Str], is => 'ro', required => 1); -has 'slo_urls' => (isa => HashRef[Str], is => 'ro', required => 1); +has 'slo_urls' => (isa => 'HashRef[Str]|Undef', is => 'ro', required => 0); has 'art_urls' => (isa => HashRef[Str], is => 'ro', required => 1);
This is done in the current release I have but logged at https://github.com/timlegge/perl-Net-SAML2/issues/5 to make sure it is included in the next release