Skip to content
Snippets Groups Projects
valid-accounts.php.tt2 253 B
Newer Older
<?php
// template for a PhP configuration file loaded in simpleSamlPhp authsources.php file
$validTestAccounts = array (
    'exampleauth:UserPass',

[% FOREACH account IN accounts %]
  [% INCLUDE "${account.get('account_profile')}.tt2" %]
[% END %]
);