From 13cff8f9d1ef53559beb4c7f140b6e33943d72a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 8 May 2008 12:00:24 +0000
Subject: [PATCH] Adding Feide RnD OpenIdP as default IdP

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@533 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php              |  6 +++---
 metadata-templates/saml20-idp-remote.php | 10 +++++++++-
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index e19766880..b26a8cb19 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -137,11 +137,11 @@ $config = array (
 	 * To enable the SAML 2.0 IdP Discovery service for a SAML 2.0 SP, you need to set the
 	 * default-saml20-idp to be null, like this:
 	 *
-	 * 		'default-saml20-idp'	=> null,
+	 * 		'default-saml20-idp' => NULL,
 	 *
 	 */
-	'default-saml20-idp'	=> 'max.feide.no',
-	'default-shib13-idp'	=> 'urn:mace:switch.ch:aaitest:dukono.switch.ch',
+	'default-saml20-idp' => 'https://openidp.feide.no',
+	'default-shib13-idp' => NULL,
 	
 	/*
 	 * IdP Discovery service look configuration. 
diff --git a/metadata-templates/saml20-idp-remote.php b/metadata-templates/saml20-idp-remote.php
index 34f3c51e1..db6157a4a 100644
--- a/metadata-templates/saml20-idp-remote.php
+++ b/metadata-templates/saml20-idp-remote.php
@@ -10,7 +10,15 @@
 
 $metadata = array( 
 
-
+	'https://openidp.feide.no' =>  array(
+		'name'                 => 'Feide RnD OpenIdP',
+		'description'          => 'Here you can login with your account on Feide RnD OpenID. If you do not already have an account on this identity provider, you can create a new one by following the create new account link and follow the instructions.',
+		'SingleSignOnService'  => 'https://openidp.feide.no/simplesaml/saml2/idp/SSOService.php',
+		'SingleLogoutService'  => 'https://openidp.feide.no/simplesaml/saml2/idp/SingleLogoutService.php',
+		'certFingerprint'      => 'c9ed4dfb07caf13fc21e0fec1572047eb8a7a4cb'
+	),
+	
+	
 	/*
 	 * Example simpleSAMLphp SAML 2.0 IdP
 	 */
-- 
GitLab