Update unit test for #2322

Moo
Maxime Besson 5 years ago
parent 5606d0ed6f
commit 856f798e4d
  1. 4
      lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-Redirect.t

@ -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 => {

Loading…
Cancel
Save