{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load sentry_assets %} {% load i18n %} {% block wrapperclass %}narrow auth{% endblock %} {% block modal_header_signout %}{% endblock %} {% block title %}{% trans "SAML2 Setup" %} | {{ block.super }}{% endblock %} {% block main %}

Map Identity Provider Attributes

{% csrf_token %}

Configure the mapping of IdP attribute keys. Consult your Identity Provider's documentation for the appropriate keys.

{{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %}
{% endblock %}