{% extends 'base.html' %} {% block content %} {% if false %}

Logged in

Contents of the most recent SAML assertion:

{% if session.saml_attributes %} {% for attribute in session.saml_attributes.keys() %} {% endfor %} {% endif %}
{{ attribute }} {{ session.saml_attributes[attribute][0] }}
{% else %}

Select the IdP you want to use to authenticate:

    {% for idp in idp_dict.keys() %}
  1. {{idp}}
  2. {% endfor %}
{% endif %} {% endblock %}