<?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 %] );