<script type="text/javascript"> $(function() { $('#start_testing').on('click',function() { window.location.href='[% conf.app_url %]?action=account_wizard'; }); }); </script> <div class="row"> <h2>[% conf.app_name %]?</h2> <p>[% conf.app_name %] allows administrators of a Service Provider (SP) registered in <a href="http://www.geant.net/service/eduGAIN/Pages/home.aspx">eduGAIN</a> to create test accounts with different profiles to validate the behaviour and test federated login. The test accounts can only be used to access own services. <a href="/resources/presentation.html">Learn more about this service...</a> </p> <h3>Start testing your eduGAIN service</h3> <p> To start testing your own eduGAIN service, start by selecting the Service Provider you are administrator for. </p> <p class="align-center"><button id="start_testing">Go on testing the service</button></p> <h3>[% conf.app_name %] basics</h3> <p> <br/><img alt="[% conf.app_name %] Basics" src="/resources/images/edugain_test_idp_basics.png"/> </p> </div>