Revision: 2280
Author: olavmrk
Date: Wed May  5 00:24:24 2010
Log: saml20-sp-remote: Update metadata example with new URLs.
http://code.google.com/p/simplesamlphp/source/detail?r=2280

Modified:
 /trunk/metadata-templates/saml20-sp-remote.php

=======================================
--- /trunk/metadata-templates/saml20-sp-remote.php      Fri Oct  9 03:39:25 2009
+++ /trunk/metadata-templates/saml20-sp-remote.php      Wed May  5 00:24:24 2010
@@ -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',
 );

 /*

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to