<h3>Get test accounts</h3> <script type="text/javascript"> jQuery(document).ready(function($){ $( ".account_details" ).dialog({ title: "Account details", autoOpen: false, width: 0.8*$(window).width(), buttons: { Ok: function() { $( this ).dialog( "close" ); } } }); $( ".show_account_details" ).on('click', function(e) { var id = $(this).attr('id').substr(5); $("#" + id).dialog( "open" ); e.stopPropagation(); e.preventDefault(); return false; }); }); </script> <div> Your identity has been checked successfully. Test accounts with different profiles have been created for you, see details below. Note that these accounts will automatically expire in [% conf.accounts_validity_period %] days. Note also that these test accounts can only be used to login on your SP [% sp_entityid %]. <ol> [% FOREACH account IN test_accounts %] <li>account profile: [% account.get('account_profile') %] <dl> <dd>user name: user[% account.get('id') %]</dd> <dd>user password: [% account.get('user_password') %]</dd> <dd><button class="show_account_details" id="show_account_details_[% account.get('id') %]">show account details</button></dd> <div class="account_details" id="account_details_[% account.get('id') %]"> [% PROCESS "${account.get('account_profile')}.tt2" %] Below is the list of user attributes associated to this test account. After a successfull authentication process these attributes are transmited via the SAML protocol from the Test Identity Provider to your Service Provider. <ul> [% FOREACH attribute IN account_profile.pairs -%] [% IF attribute.value.isa('SCALAR') -%] <li>[% attribute.key %]: [% attribute.value %]</li> [% ELSE -%] <li>[% attribute.key %]: [% attribute.value.join(",") %]</li> [% END %] [% END %] </ul> If you a customized test account with additionnal user attributes, you should contact <a href="mailto:[% conf.support_email %]">[% conf.support_email %]</a>. </div> </dl> </li> [% END %] </ol> You can now use these accounts to login at your federated service. To do so, you should select "[% conf.idp_displayname %]" in your service discovery service menu. You should keep a record of these user names and passwords since we don't provide any mecanism to remind you the credentials. If you forget the credentials you can however ask for new test accounts via this service. Thank you for using the [% conf.app_name %]