Statistics
| Branch: | Tag: | Revision:

root / djnro / templates / front / management.html @ 7f1f9f3b

History | View | Annotate | Download (3.5 kB)

1
{% extends "base.html" %}
2
{% load i18n %}
3
    {% block currentpagetitle %}{% trans "Management" %}{% endblock %}
4
    {% block homepage %}{% endblock %}
5
    {% block hometop %}{% endblock %}
6
    {% block mgmt %}class="active"{% endblock %}
7
        {% block subcontent %}
8
                <h4>{% trans "Management" %}</h4>
9
                <hr>
10
                <div class="span6">
11
                        <p>{% blocktrans %}The management application provides an interface for administrators of federation member institutions to maintain the data that is necessary for participating in the federation.{% endblocktrans %}</p>
12
                        <p>{% blocktrans %}Administrators can log in using either Social Networks or the AAI Federation:{% endblocktrans %}</p>
13
                        <h5>Social Networks</h5>
14
                        <hr>
15
                        <p>{% blocktrans %}Social networks that have been enabled for authenticating users to the management application are listed under the <b>Manage</b> drop-down menu. Once authenticated, a user may need to assert any missing information that is required by the application (such as an e-mail address). After that, the user can proceed with activation.{% endblocktrans %}</p>
16
                        <h5>AAI Federation</h5>
17
                        <hr>
18
                        <p>{% blocktrans %}Authentication and authorization are carried out through a{% endblocktrans %} <a href="http://shibboleth.net/products/service-provider.html">Shibboleth SP</a>.</p>
19
                        <p>{% blocktrans %}The following attributes are required for administrators and must be released by their home IdPs to the SP{% endblocktrans %} {% trans "according to the" %} <a href="http://aai.grnet.gr/documentation">{% trans "policy and procedures documentation" %}</a> {% trans "provided by the GRNET AAI federation" %}:
20
                                <table class="table table-bordered">
21
                                        <thead><tr><th>{% trans "Attribute" %}</th><th>{% trans "Description" %}</th></tr></thead>
22
                                        <tbody>
23
                                        <tr class="success"><td>eduPersonPrincipalName</td><td>{% trans "Provides a string that uniquely identifies an administrator in the management application." %}</td></tr>
24
                                        <tr class="success"><td>eduPersonEntitlement</td><td>{% trans "A specific URN value must be provided to authorize an administrator:" %} <strong>urn:mace:grnet.gr:eduroam:admin</strong></td></tr>
25
                                        <tr class="success"><td>mail</td><td>{% trans "The e-mail address (one or more) of the administrator. It is used for notifications from the management application. It may also be used for further communication, with prior consent." %}</td></tr>
26
                                        <tr class="info"><td>givenName (optional)</td><td>{% trans "The person's first name." %}</td></tr>
27
                                        <tr class="info"><td>sn (optional)</td><td>{% trans "The person's last name." %}</td></tr>
28
                                        </tbody>
29
                                </table>
30
                        </p>
31
                        <p>{% blocktrans %}Once attribute release is setup properly an administrator can login to the management application.{% endblocktrans %}</p>
32
                        <h5>Activation</h5>
33
                        <hr>
34
                        <p>{% blocktrans %}After the first login, administrators are asked to associate their account with the institution they want to manage. Their choice must then be ratified by the operators of their management application. Following that, they will be notified through e-mail and they will then be able to start using the management application.{% endblocktrans %}</p>
35
                        <h5>Metadata</h5>
36
                        <hr>
37
                        <p>{% blocktrans %}Among other things, the metadata provided by administrators through the management application are used to compile database data for the federation{% endblocktrans %}: <a href="{% url instxml %}">institution.xml</a>, <a href="{% url realmxml %}">realm.xml</a>, <a href="{% url realmdataxml %}">realm_data.xml</a></p>
38
                </div>
39
        {% endblock %}