Skip to content
Snippets Groups Projects
Commit 53d76dbd authored by Olav Morken's avatar Olav Morken
Browse files

saml20-sp-remote: Update metadata example with new URLs.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2280 44740490-163a-0410-bde0-09ae8108e29a
parent b4d5a27f
Branches
Tags
No related merge requests found
......@@ -2,15 +2,15 @@
/**
* SAML 2.0 remote SP metadata for simpleSAMLphp.
*
* See: https://rnd.feide.no/content/sp-remote-metadata-reference
* See: http://simplesamlphp.org/docs/trunk/simplesamlphp-reference-sp-remote
*/
/*
* Example simpleSAMLphp SAML 2.0 SP
*/
$metadata['https://saml2sp.example.org'] = array(
'AssertionConsumerService' => 'https://saml2sp.example.org/simplesaml/saml2/sp/AssertionConsumerService.php',
'SingleLogoutService' => 'https://saml2sp.example.org/simplesaml/saml2/sp/SingleLogoutService.php',
'AssertionConsumerService' => 'https://saml2sp.example.org/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp',
'SingleLogoutService' => 'https://saml2sp.example.org/simplesaml/module.php/saml/sp/saml2-logout.php/default-sp',
);
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment