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

12 lines
167 B
PHP

<?php
/**
* WS-Federation SP configuration for simpleSAMLphp.
*
* Required fields:
* - host
*/
$metadata['__DYNAMIC:1__'] = array(
'host' => '__DEFAULT__',
);