-
Hans Zandbelt authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1064 44740490-163a-0410-bde0-09ae8108e29a
Hans Zandbelt authoredgit-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1064 44740490-163a-0410-bde0-09ae8108e29a
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
<?php
/*
* WS-Federation Meta data for simpleSAMLphp
*
* The WS-Federation SP Hosted config is used by the WS-Federation SP to identify itself.
*
* Required fields:
* - host
*/
$metadata = array(
/*
* Example of a hosted SP
*/
'__DYNAMIC:1__' => array(
'host' => '__DEFAULT__'
)
);
?>