Update unit test for #2322

This commit is contained in:
Maxime Besson 2020-09-22 22:19:57 +02:00
parent 5606d0ed6f
commit 856f798e4d

View File

@ -204,7 +204,7 @@ qr@SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
$uri->query($query);
is(
$uri->query_param("SigAlg"),
'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384',
'SHA256 used to sign Logout Request'
);
@ -339,7 +339,7 @@ sub sp {
samlIDPMetaDataOptionsCheckSSOMessageSignature => 1,
samlIDPMetaDataOptionsCheckSLOMessageSignature => 1,
samlIDPMetaDataOptionsForceUTF8 => 1,
samlIDPMetaDataOptionsSignatureMethod => "RSA_SHA256",
samlIDPMetaDataOptionsSignatureMethod => "RSA_SHA384",
}
},
samlIDPMetaDataExportedAttributes => {