Skip to content

Commit 905f78a

Browse files
committed
SP initiated SAMLLogout has SAMLResponse on redirect
1 parent 378ea9b commit 905f78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Net/SAML2/Binding/Redirect.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ sub verify {
184184
# 'SAMLRequest', 'RelayState', 'Sig', 'SigAlg' the other parameter values are
185185
# deleted from the URI query that was created from the URL that was passed
186186
# to the verify function
187-
my @signed_params = ('SAMLRequest', 'RelayState', 'Sig', 'SigAlg');
187+
my @signed_params = ('SAMLRequest', 'SAMLResponse', 'RelayState', 'Sig', 'SigAlg');
188188

189189
for my $key ($u->query_param) {
190190
if (grep /$key/, @signed_params ) {

0 commit comments

Comments
 (0)