This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
simplesamlphp/metadata-templates/shib13-idp-remote.php

16 lines
400 B
PHP

<?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',
);
*/