Group
Extension

Matches 2

Net-SAML2 ( T/TI/TIMLEGGE/Net-SAML2-0.79.tar.gz, TIMLEGGE, 2024; MetaCPAN )
Net-SAML2/t/07-logout-request.t ( view source; MetaCPAN )
getAttribute('Format'), $args{nameid_format});

foreach (qw(NameQualifier SPNameQualifier)) {
    isnt($name_id->getAttribute($_),
        undef, "We don't have $_ as an attribute in the nameid");
}

Net-SAML2 ( T/TI/TIMLEGGE/Net-SAML2-0.79.tar.gz, TIMLEGGE, 2024; MetaCPAN )
Net-SAML2/t/15-evil-nameid-and-email-assertion.t ( view source; MetaCPAN )
ct');
is($assertion->nameid, 'user@netsaml2.local.evil.com', "NameID properly ignored comments");
isnt($assertion->nameid, 'user@netsaml2.local', "NameID properly ignored comments");

cmp_deeply(
    

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.