Skip to content
Snippets Groups Projects
valid-accounts.php.tt2 240 B
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 %]
);