Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
wsfed-sp-hosted.php 167 B
<?php
/**
 * WS-Federation SP configuration for simpleSAMLphp.
 *
 * Required fields:
 *  - host
 */

$metadata['__DYNAMIC:1__'] = array(
	'host' => '__DEFAULT__',
);