[% WRAPPER index.tt2.html %]
[% lh.maketext("Success: your identity as administrator of the Service Provider with entityID [_1] has been validated!", entityid) %]

[% lh.maketext("Test accounts created") %]

[% lh.maketext("You can now use these test accounts to login at your federated service.") %] [% lh.maketext("To do so, select [_1] when choosing an identity provider.", idp_displayname) %]

[% lh.maketext("Download in CSV format") %]

[% FOREACH account IN accounts %]
[% lh.maketext("Account profile: [_1]", account.profile()) %]
[% lh.maketext("user name:") %] user[% account.id() %]
[% lh.maketext("password:") %] [% account.password() %]
[% lh.maketext("comment:") %]
[% account.comment() %]

[% lh.maketext("List of user attributes") %]

lh.maketext("Below is the list of user attributes associated to this test account.") %] lh.maketext("After a successfull authentication process these attributes are transmited via the SAML protocol from eduGAIN Access Check Identity Provider to your Service Provider.") %]

[% FOREACH attribute IN [ 'cn', 'displayName', 'givenName', 'sn', 'mail', 'schacHomeOrganization', 'schacHomeOrganizationType', 'eduPersonPrincipalName' ] %] [% END %] [% FOREACH attribute IN [ 'eduPersonAffiliation', 'eduPersonScopedAffiliation' ] %] [% END %]
[% lh.maketext("List of user attributes") %]
[% attribute %][% account.$attribute() %]
[% attribute %][% account.$attribute().join(', ') %]
eduPersonTargetedID:[% lh.maketext("value dynamically generated by the SP") %]
[% lh.maketext("If you need a customized test account with additional user attributes, you should contact [_1].", app.support_email) %]
[% lh.maketext("(1) eduPersonAffiliation and eduPersonScoppedAffilisation attributes are assigned quite differently from federation to federation.") %] [% lh.maketext("This usage comparison of eduPersonAffiliation accross different countries discusses these differences.", "http://tnc2010.terena.org/files/ePSA%20comparison%20v0%2006.ppt") %] [% lh.maketext("Therefore its values should be handled with great care.") %]
[% END %]

[% lh.maketext("Note that these test accounts will automatically expire in [_1] days and that they can only be used to test federated login to your eduGAIN-enabled Service Provider with entityID [_2].", accounts_validity_period, entityid) %]

[% lh.maketext("Thank you for using the eduGAIN Access Check") %]

[% lh.maketext("Test another service") %]

[% END %]