From 2408d93258ccff4c1e7465693ebbe40f4b10a004 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Mon, 27 Aug 2018 12:40:16 +0000 Subject: [PATCH] Correct wrong hash algo string in example metadata. --- metadata-templates/saml20-sp-remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-templates/saml20-sp-remote.php b/metadata-templates/saml20-sp-remote.php index 5095f2c22..c0f8b02bb 100644 --- a/metadata-templates/saml20-sp-remote.php +++ b/metadata-templates/saml20-sp-remote.php @@ -37,5 +37,5 @@ $metadata['https://legacy.example.edu'] = array( * Please refer to the following document for more information: * http://csrc.nist.gov/publications/nistpubs/800-131A/sp800-131A.pdf */ - //'signature.algorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha1', + //'signature.algorithm' => 'http://www.w3.org/2000/09/xmldsig#rsa-sha1', ); -- GitLab