Newer
Older
// template for a PhP configuration file loaded in simpleSamlPhp authsources.php file
$validTestAccounts = array (
'exampleauth:UserPass',
[% FOREACH account IN accounts %]
[% INCLUDE "${account.account_profile}.tt2" %]
[% END %]
);