Handle OIDC errors
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-25 18:18:48 +02:00
parent 66ea004705
commit 2cca64f9b8
4 changed files with 113 additions and 7 deletions

View File

@ -0,0 +1,13 @@
{% extends "base_login_page.html" %}
{% block content %}
<div class="alert alert-danger" style="margin-bottom: 10px;">
<strong>Authentication failed!</strong>
<p style="margin-top: 10px; text-align: justify;">{{ message }}</p>
</div>
<a href="/login?redirect={{ _p.redirect_uri.get_encoded() }}">Go back to login</a>
{% endblock content %}