<script type="text/javascript"> $(function() { $('#start_testing').on('click',function() { window.location.href='[% conf.app_url %]?action=account_wizard'; }); }); </script> <div> <h3>eduGAIN Test Identity Provider?</h3> The eduGAIN Test Identity Provider 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. <br/><br/> To start testing your own eduGAIN service, start by selecting the Service Provider you are administrator for.<br/> <button id="start_testing">Start testing your eduGAIN service</button> <br/><br/> <h3>How is it ensured that users can only test their own service?</h3> The eduGAIN Test Identity Provider exclusively allows creating test accounts only to users who can receive challenge emails for email addresses listed in the eduGAIN metadata for a particualar Service Provider. The test accounts can only be used to access one single service for which a user proofed that he is administrator. </div>