From 4d9e77486efcad9cc6cad8eef2edbb0f994186fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 29 Aug 2008 06:23:49 +0000 Subject: [PATCH] Updating metadata template for Feide IdP to use the new certificate git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@847 44740490-163a-0410-bde0-09ae8108e29a --- metadata-templates/saml20-idp-remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-templates/saml20-idp-remote.php b/metadata-templates/saml20-idp-remote.php index e625f2787..087373919 100644 --- a/metadata-templates/saml20-idp-remote.php +++ b/metadata-templates/saml20-idp-remote.php @@ -96,7 +96,7 @@ $metadata = array( 'description' => 'Authenticate with your identity from a school or university in Norway.', 'SingleSignOnService' => 'https://sam.feide.no/amserver/SSORedirect/metaAlias/idp', 'SingleLogoutService' => 'https://sam.feide.no/amserver/IDPSloRedirect/metaAlias/idp', - 'certFingerprint' => '3a:e7:d3:d3:06:ba:57:fd:7f:62:6a:4b:a8:64:b3:4a:53:d9:5d:d0', + 'certFingerprint' => 'f6:72:c5:e7:04:fb:86:5e:93:6b:3b:cd:45:b0:49:2e:94:f5:f0:95', 'base64attributes' => true, 'hint.cidr' => '158.38.0.0/16' ) -- GitLab