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

Something went wrong signing you in

{% if message %}

{{ message }}

{% else %}

This sign-in could not be completed.

{% endif %}
Service Provider: {{ cfg.entity_id }}
{% if cfg.idp_entity_id %}
Identity Provider: {{ cfg.idp_entity_id }}
{% endif %}

Back to the SP home page

{% endblock %}