From 6a64ca637eeaf69c061db26bc5407ecc64c62e40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 14 Sep 2007 11:50:53 +0000
Subject: [PATCH] added link to metadata generator

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@6 44740490-163a-0410-bde0-09ae8108e29a
---
 www/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/index.html b/www/index.html
index 9940b30d5..5625c1895 100644
--- a/www/index.html
+++ b/www/index.html
@@ -61,6 +61,7 @@ h6 {font-size: 96%}
 		
 		<p>After you have configured it properly as described in the documentation you may want to test one of the two examples:
 			<ul>
+				<li><a href="saml2/sp/metadata.php">Look at your SAML 2.0 SP metadata</a> - you can send this metadata document to your IdP.</a></li>
 				<li><a href="example-simple/saml2-example.php">SAML 2.0 SP example</a></li>
 				<li><a href="example-simple/shib13-example.php">Shibboleth 1.3 SP example</a></li>
 			</ul>
-- 
GitLab