{% extends "forms.html" %} {% load forms %} {% load applications %} {% block title %}Step 2: Shibboleth{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

2. Shibboleth

{% csrf_token %} {% if done %}

There is no need to register for shibboleth. {{ status }}

The email address associated with this application is set to {{ application.applicant.email }}. This email address will receive all notifications concerning this application.

{% elif saml_session %} {% if status %} {% endif %}

You have an established SAML session.

{% for key,value in attrs.items %} {% endfor %}
{{ key }}{{ value }}

If you continue, then your details, including your email address, will be replaced by those above and you will be able to log in using SAML. {% if attrs.email != application.applicant.email %} All future emails concerning this application will then go to {{ attrs.email }} instead of {{ application.applicant.email }}. {% endif %}

{% else %} {% if status %} {% endif %}

Please choose your institute below to register your shibboleth identity:

{% form_as_div form %}

Contact

Please contact {{ accounts_email }} for further information.

{% endif %} {% application_actions %}
{% endblock %}