Files
resourcespace/plugins/simplesaml/lib/modules/saml/templates/sp/wrong_authncontextclassref.twig
2025-07-18 16:20:14 +07:00

8 lines
285 B
Twig

{% set pagetitle = 'SimpleSAMLphp'|trans %}
{% extends "base.twig" %}
{% block content %}
<h2>{{ 'Wrong authentication context'|trans }}</h2>
<p>{{ 'Your authentication context is not accepted at this service. Probably too weak or not two-factor.'|trans }}</p>
{% endblock %}