diff options
author | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-08-29 06:23:49 +0000 |
---|---|---|
committer | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-08-29 06:23:49 +0000 |
commit | 4d9e77486efcad9cc6cad8eef2edbb0f994186fd (patch) | |
tree | ede2c1000ae2ed9a1d117fa6131bfa05573a7cae | |
parent | 91d87ad39ad476d35d57ca2884d619fa4af7bf7f (diff) | |
download | simplesamlphp-4d9e77486efcad9cc6cad8eef2edbb0f994186fd.zip simplesamlphp-4d9e77486efcad9cc6cad8eef2edbb0f994186fd.tar.gz simplesamlphp-4d9e77486efcad9cc6cad8eef2edbb0f994186fd.tar.bz2 |
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
-rw-r--r-- | metadata-templates/saml20-idp-remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata-templates/saml20-idp-remote.php b/metadata-templates/saml20-idp-remote.php index e625f27..0873739 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' ) |