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