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

Something went wrong signing you in

{% if message %}

{{ message }}

{% else %}

This authentication request could not be completed.

{% endif %}

Please return to the service you came from and try again. If the problem persists, contact support{% if cfg.support_email %} at {{ cfg.support_email }}{% endif %} and include the details below.

Identity Provider: {{ cfg.entity_id }}
{% for key, value in context.items %}
{{ key }}: {{ value }}
{% endfor %}

Back to the IdP home page

{% endblock %}