{% extends "idp/base.html" %} {% block title %}Log in · pygamlastan SAML IdP{% endblock %} {% block content %}

Log in

{% if pending %}

A Service Provider is requesting authentication. Sign in to continue.

{% endif %} {% if error %}

{{ error }}

{% endif %}
{% csrf_token %}
{% endblock %}