From e74590bb749e2bc4872c6804684b2046aeeba2eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 5 Feb 2008 09:32:57 +0000
Subject: [PATCH] Switched SingleSignonurl to SingleSignOnService in metadata
 templates. Thanks to Lukas for reporting.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@253 44740490-163a-0410-bde0-09ae8108e29a
---
 metadata-templates/shib13-idp-remote.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/metadata-templates/shib13-idp-remote.php b/metadata-templates/shib13-idp-remote.php
index 131dedb16..0d10e0ac7 100644
--- a/metadata-templates/shib13-idp-remote.php
+++ b/metadata-templates/shib13-idp-remote.php
@@ -9,23 +9,23 @@ $metadata = array(
 
 
 	'urn:mace:switch.ch:aaitest:dukono.switch.ch'	=> array(
-		'SingleSignOnUrl'		=>	'https://dukono.switch.ch/shibboleth-idp/SSO',
+		'SingleSignOnService'		=>	'https://dukono.switch.ch/shibboleth-idp/SSO',
 		'certFingerprint'		=>	'c7279a9f28f11380509e075441e3dc55fb9ab864' 
 	),
 	
 
 	'hbe.edugain.bridge.feide.no'	=> array(
-		'SingleSignOnUrl'		=>	'https://hbe.edugain.bridge.feide.no/simplesaml/shib13/idp/SSOService.php',
+		'SingleSignOnService'		=>	'https://hbe.edugain.bridge.feide.no/simplesaml/shib13/idp/SSOService.php',
 		'certFingerprint'		=>	'afe71c28ef740bc87425be13a2263d37971da1f9' 
 	),
 	
 	'urn:mace:switch.ch:aaitest:dukono.switch.ch'	=> array(
-		'SingleSignOnUrl'		=>	'https://dukono.switch.ch/shibboleth-idp/SSO',
+		'SingleSignOnService'		=>	'https://dukono.switch.ch/shibboleth-idp/SSO',
 		'certFingerprint'		=>	'c7279a9f28f11380509e075441e3dc55fb9ab864' 
 	),
 		
 	'urn:mace:dfnwayf'	=> array(
-		'SingleSignOnUrl'		=>	'https://dfn.wayf.com/WAYF',
+		'SingleSignOnService'		=>	'https://dfn.wayf.com/WAYF',
 		'certFingerprint'		=>	'---' 
 	)
 );
-- 
GitLab