From fd6c908881293f2bfe16cf635cf676bd8b52fb10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 26 Aug 2010 06:26:29 +0000
Subject: [PATCH] updated incommon fingerprint

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2519 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-ukaccess.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-ukaccess.txt b/docs/simplesamlphp-ukaccess.txt
index 80cf67f4c..fe07cc223 100644
--- a/docs/simplesamlphp-ukaccess.txt
+++ b/docs/simplesamlphp-ukaccess.txt
@@ -89,7 +89,11 @@ Edit the `config/config-metarefresh.php`:
 The example above is from **UK Acces Federation**. If you instead would like to get metadata from **InCommon**, use the following URL and fingerprint:
 
 	'src' => 'http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml',
-	'validateFingerprint' => '3afcb44382c142439a01da958aef7494892f7e98',
+	'validateFingerprint' => '74278f967cf1bfcaaa1b41afb6336448a2150eb4',	
+
+
+* [Updated information about access endpoints and trust anchors for InCommon](http://www.incommonfederation.org/metadata.html)
+
 
 Notice that the configuration points the `outputDir` to the directory we created earlier. Now, we configure the SAML SP to use the cached `outputDir` as one of its metadata sources. Edit `config.php`:
 
-- 
GitLab