From a68b1bd9e43221fc964570ac4a26f86bcf8508e5 Mon Sep 17 00:00:00 2001
From: Jacob Christiansen <jach@wayf.dk>
Date: Wed, 23 Jan 2013 09:27:27 +0000
Subject: [PATCH] Removed WAYF metadata from metadata templates.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3224 44740490-163a-0410-bde0-09ae8108e29a
---
 metadata-templates/saml20-idp-remote.php | 38 ------------------------
 1 file changed, 38 deletions(-)

diff --git a/metadata-templates/saml20-idp-remote.php b/metadata-templates/saml20-idp-remote.php
index 63600b6e7..9a8f87a1e 100644
--- a/metadata-templates/saml20-idp-remote.php
+++ b/metadata-templates/saml20-idp-remote.php
@@ -51,41 +51,3 @@ $metadata['https://idp.feide.no'] = array(
 	'certFingerprint'              => 'cde69e332fa7dd0eaa99ee0ddf06916e8942ac53',
 	'hint.cidr'                    => '158.38.0.0/16',
 );
-
-
-
-/*
- * Wayf, the danish federation metadata.
- */
-$metadata['https://wayf.wayf.dk'] = array(
-	'name' => array(
-		'en' => 'DK-WAYF Production server',
-		'da' => 'DK-WAYF Produktionsmiljøet',
-	),
-	'description'          => 'Login with your identity from a danish school, university or library.',
-	'SingleSignOnService'  => 'https://wayf.wayf.dk/saml2/idp/SSOService.php',
-	'SingleLogoutService'  => 'https://wayf.wayf.dk/saml2/idp/SingleLogoutService.php',
-	'certFingerprint'      => 'c215d7bf9d51c7805055239f66b957d9a72ff44b'
-);
-
-$metadata['https://betawayf.wayf.dk'] = array(
-	'name' => array(
-		'en' => 'DK-WAYF Quality Assurance',
-		'da' => 'DK-WAYF Quality Assurance miljøet',
-	),
-	'description'          => 'Login with your identity from a danish school, university or library.',
-	'SingleSignOnService'  => 'https://betawayf.wayf.dk/saml2/idp/SSOService.php',
-	'SingleLogoutService'  => 'https://betawayf.wayf.dk/saml2/idp/SingleLogoutService.php',
-	'certFingerprint'      => 'c215d7bf9d51c7805055239f66b957d9a72ff44b'
-);
-
-$metadata['https://testidp.wayf.dk'] = array(
-	'name' => array(
-		'en' => 'DK-WAYF Test Server',
-		'da' => 'DK-WAYF Test Miljøet',
-	),
-	'description'          => 'Login with your identity from a danish school, university or library.',
-	'SingleSignOnService'  => 'https://testidp.wayf.dk/saml2/idp/SSOService.php',
-	'SingleLogoutService'  => 'https://testidp.wayf.dk/saml2/idp/SingleLogoutService.php',
-	'certFingerprint'      => '04b3b08bce004c27458b3e85b125273e67ef062b'
-);
-- 
GitLab