Skip to content
Snippets Groups Projects
home.tt2.html 1.03 KiB
Newer Older
renater.salaun's avatar
renater.salaun committed
<script type="text/javascript">

$(function() {
    
    $('#start_testing').on('click',function() {
        window.location.href='[% conf.app_url %]?action=account_wizard';
    });
});

</script>


<h2>[% conf.app_name %]?</h2>
<p>[% conf.app_name %] allows administrators of a Service
renater.salaun's avatar
renater.salaun committed
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
renater.salaun's avatar
renater.salaun committed
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>
renater.salaun's avatar
renater.salaun committed
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>
renater.salaun's avatar
renater.salaun committed

renater.salaun's avatar
renater.salaun committed
<h3>[% conf.app_name %] basics</h3>
<br/><img alt="[% conf.app_name %] Basics" src="/resources/images/edugain_test_idp_basics.png"/>