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-sp-hosted.php

14 lines
244 B
PHP

<?php
/**
* SAML 1.1 SP configuration for simpleSAMLphp.
*
* See: https://rnd.feide.no/content/sp-hosted-metadata-reference
*/
/*
* Example of hosted Shibboleth 1.3 SP.
*/
$metadata['__DYNAMIC:1__'] = array(
'host' => '__DEFAULT__',
);