We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c30092 commit 461f348Copy full SHA for 461f348
lib/Net/SAML2/Protocol/LogoutRequest.pm
@@ -98,10 +98,10 @@ sub new_from_xml {
98
nameid => $xpath->findvalue('/samlp:LogoutRequest/saml:NameID'),
99
destination => $xpath->findvalue('/samlp:LogoutRequest/@Destination'),
100
);
101
-
+
102
my $nameid_format = $xpath->findvalue('/samlp:LogoutRequest/saml:NameID/@Format');
103
if ( $nameid_format ne '' ) { $params{nameid_format} = $nameid_format; }
104
105
my $self = $class->new(
106
%params
107
0 commit comments