[% WRAPPER index.tt2.html %]

[% lh.maketext("Success: your identity as administrator of the Service Provider [_1] has been validated!", sp.entityid) %]

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

[% lh.maketext("You can now use these test accounts to access your service provider, using [_2] as identity provider.", sp.url, idp.name) %] [% lh.maketext("If you need a customized test account with additional user attributes, you should contact [_1].", app.support_email) %]

[% lh.maketext("This page won't be accessible again, you should either keep it open in your web browser, or download accounts in CSV format.", download_url) %]

[% FOREACH account IN accounts %] [% template = account.profile() _ '.tt2' %] [% PROCESS $template scope=account.scope() id=account.id() | trim %]

[% 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 transmitted via the SAML protocol to your service provider.") %]

[% FOREACH pair IN attributes.pairs %] [% END %]
[% lh.maketext("List of user attributes") %]
[% pair.key %][% pair.value.join(', ') %]
eduPersonTargetedID:[% lh.maketext("value dynamically generated for each SP") %]
[% lh.maketext( "eduPersonAffiliation and eduPersonScopedAffilisation attributes are assigned quite differently from federation to federation, therefore their values should be handled with great care.", "http://tnc2010.terena.org/files/ePSA%20comparison%20v0%2006.ppt") %]
[% 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 service provider [_2].", days, sp.entityid) %]

[% lh.maketext("Thank you for using the [_1] service", app.name) %]

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

[% END %]