Skip to content
Snippets Groups Projects
home.tt2.html 995 B
<script type="text/javascript">

$(function() {
    $('#start_testing').on('click',function() {
        window.location.href='[% app.url %]?action=select_sp';
    });
});

</script>


<div class="row">
<h2>[% app.name %]?</h2>
<p>[% 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="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>[% app.name %] basics</h3>
<p>
<br/><img alt="[% app.name %] Basics" src="images/edugain_test_idp_basics.png"/>
</p>

</div>