-
Olav Morken authored
This patch updates all metadata files to use the same format. It also updates the examples in the documentation to match the actual files. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1835 44740490-163a-0410-bde0-09ae8108e29a
d380acf7
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
<?php
/**
* SAML 1.1 remote IdP metadata for simpleSAMLphp.
*
* Remember to remove the IdPs you don't use from this file.
*
* See: https://rnd.feide.no/content/idp-remote-metadata-reference
*/
$metadata['theproviderid-of-the-idp'] = array(
'SingleSignOnService' => 'https://idp.example.org/shibboleth-idp/SSO',
'certFingerprint' => 'c7279a9f28f11380509e072441e3dc55fb9ab864',
);