{% extends "djangooidc/base.html" %} {% block title %}Error{% endblock %} {% block content %}
OpenID Connect authentication has failed
Error message is: {{ error }}
{% if callback %}
Query content was:
{% for key,value in callback.items %} {% endfor %}
Key Value
{{ key }} {{ value }}
{% endif %}
{% endblock %}