{% extends 'common/master.html' %} {% block title %}Home{% endblock title %} {% block main_body %}

Welcome to the eduGAIN's technical site. Information and tools presented at this site are targeted at technical personnel of federations either participating or plannig to participate in eduGAIN.

If you would like to know more about eduGAIN in general, including benefits, user stories and general contact information, please visit the main eduGAIN site.

If you are interested in the topic of federated identity management in general, please visit REFEDS.

{% include 'common/table.html' %}

What can you find at this site?

{% include 'common/info-section.html' with { 'image_loc' : 'images/members.jpg', 'link_loc' : constant('PARTICIPATING_FEDERATIONS_URL'), 'link_text' : 'eduGAIN Membership and Status Information', 'description' : 'See which federations have joined eduGAIN or are in the process of joining, see how many entities they provide,' } %} {% include 'common/info-section.html' with { 'image_loc' : 'images/documents_sml.jpg', 'link_loc' : constant('METADATA_URL'), 'link_text' : 'eduGAIN Metadata', 'description' : 'eduGAIN metadata feed, signing certificate and technical details.' } %} {% include 'common/info-section.html' with { 'image_loc' : 'images/documents_sml.jpg', 'link_loc' : constant('DOCUMENTS_URL'), 'link_text' : 'eduGAIN Documents', 'description' : 'eduGAIN constiution, declarations, profiles as well as links to some additional formal documentation.' } %} {% include 'common/info-section.html' with { 'image_loc' : 'images/entities_sml.jpg', 'link_loc' : constant('ENTITIES_URL'), 'link_text' : 'eduGAIN Entities Database', 'description' : 'Get detailed information about eduGAIN entities.' } %} {% include 'common/info-section.html' with { 'image_loc' : 'images/metadata_sml.jpg', 'link_loc' : constant('VALIDATOR_URL'), 'link_text' : 'eduGAIN Metadata Validator', 'description' : 'Test if federation metadata conforms to eduGAIN requirements.' } %} {% include 'common/info-section.html' with { 'image_loc' : 'images/monitoring_sml.jpg', 'link_loc' : constant('MONITORING_URL'), 'link_text' : 'JSON API and Monitoring Tools', 'description' : 'Find out how to monitor your eduGAIN metadata through your system.' } %} {% include 'common/info-section.html' with { 'image_loc' : 'images/connectivity_sml.jpg', 'link_loc' : constant('ECCS_URL'), 'link_text' : 'Connectivity Check Service', 'description' : 'Find out which eduGAIN IdPs are properly configured.' } %} {% include 'common/info-section.html' with { 'image_loc' : 'images/checklist.jpg', 'link_loc' : constant('JOINING_CHECKLIST_URL'), 'link_text' : 'Joining eduGAIN - Checklist', 'description' : 'Main steps in joining eduGAIN.' } %} {% include 'common/info-section.html' with { 'image_loc' : 'images/checklist.jpg', 'link_loc' : constant('WHATS_NEW_URL'), 'link_text' : 'What\'s New', 'description' : 'See our newest members and entities.' } %}
{% include 'common/table.html' %}
{% endblock main_body %}