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

Select the IdP you want to use to authenticate:

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