1 2 3 4 5 6 7 8 9 10 11
<?php /** * WS-Federation SP configuration for SimpleSAMLphp. * * Required fields: * - host */ $metadata['__DYNAMIC:1__'] = array( 'host' => '__DEFAULT__', );