Skip to content
Snippets Groups Projects
Commit 3e94fd8f authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Tidy up the metadata-templates

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@255 44740490-163a-0410-bde0-09ae8108e29a
parent dfc32e4f
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,23 @@ ...@@ -10,10 +10,23 @@
$metadata = array( $metadata = array(
/*
* Example simpleSAMLphp SAML 2.0 IdP
*/
'idp-entity-id-simple' => array(
'name' => 'Test',
'description' => 'Description of this example entry',
'SingleSignOnService' => 'https://idp.example.org/simplesaml/saml2/idp/SSOService.php',
'SingleLogoutService' => 'https://idp.example.org/simplesaml/saml2/idp/SingleLogoutService.php',
'certFingerprint' => '3fa158e8abfd4b5203315b08c0b791b6ee4715f6'
),
/* /*
* Example simpleSAMLphp SAML 2.0 IdP * Example simpleSAMLphp SAML 2.0 IdP
*/ */
'idp.example.org' => array( 'idp-entity-id' => array(
'name' => 'Test', 'name' => 'Test',
'description' => 'Description of this example entry', 'description' => 'Description of this example entry',
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* *
* - 'request.signing' => true, * - 'request.signing' => true,
* - 'privatekey' => 'server.pem', * - 'privatekey' => 'server.pem',
* - 'certificate' => 'server.pem', * - 'certificate' => 'server.crt',
*/ */
$metadata = array( $metadata = array(
...@@ -28,7 +28,7 @@ $metadata = array( ...@@ -28,7 +28,7 @@ $metadata = array(
* Example of a hosted SP * Example of a hosted SP
*/ */
'sp-entityid' => array( 'sp-entityid' => array(
'host' => 'sp.example.org' 'host' => 'sp.example.org'
) )
); );
......
<?php <?php
/* /**
* SAML 2.0 Meta data for simpleSAMLphp * SAML 2.0 Meta data for simpleSAMLphp
* *
*
*
*
*/ */
$metadata = array( $metadata = array(
'theproviderid-of-the-idp' => array(
'SingleSignOnService' => 'https://idp.example.org/shibboleth-idp/SSO',
'urn:mace:switch.ch:aaitest:dukono.switch.ch' => array( 'certFingerprint' => 'c7279a9f28f11380509e072441e3dc55fb9ab864'
'SingleSignOnService' => 'https://dukono.switch.ch/shibboleth-idp/SSO',
'certFingerprint' => 'c7279a9f28f11380509e075441e3dc55fb9ab864'
),
'hbe.edugain.bridge.feide.no' => array(
'SingleSignOnService' => 'https://hbe.edugain.bridge.feide.no/simplesaml/shib13/idp/SSOService.php',
'certFingerprint' => 'afe71c28ef740bc87425be13a2263d37971da1f9'
),
'urn:mace:switch.ch:aaitest:dukono.switch.ch' => array(
'SingleSignOnService' => 'https://dukono.switch.ch/shibboleth-idp/SSO',
'certFingerprint' => 'c7279a9f28f11380509e075441e3dc55fb9ab864'
),
'urn:mace:dfnwayf' => array(
'SingleSignOnService' => 'https://dfn.wayf.com/WAYF',
'certFingerprint' => '---'
) )
); );
......
...@@ -9,8 +9,8 @@ $metadata = array( ...@@ -9,8 +9,8 @@ $metadata = array(
/* /*
* Example of hosted Shibboleth 1.3 SP. * Example of hosted Shibboleth 1.3 SP.
*/ */
'sp.example.org' => array( 'sp-provider-id' => array(
'host' => 'sp.example.org' 'host' => 'sp.example.org'
) )
); );
......
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