Skip to content
Snippets Groups Projects
Commit a68b1bd9 authored by Jacob Christiansen's avatar Jacob Christiansen
Browse files

Removed WAYF metadata from metadata templates.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3224 44740490-163a-0410-bde0-09ae8108e29a
parent 35e4382c
No related branches found
No related tags found
No related merge requests found
...@@ -51,41 +51,3 @@ $metadata['https://idp.feide.no'] = array( ...@@ -51,41 +51,3 @@ $metadata['https://idp.feide.no'] = array(
'certFingerprint' => 'cde69e332fa7dd0eaa99ee0ddf06916e8942ac53', 'certFingerprint' => 'cde69e332fa7dd0eaa99ee0ddf06916e8942ac53',
'hint.cidr' => '158.38.0.0/16', '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'
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment