{% extends "base.html" %} {% block body %}
Authentication Failure

Authentication Failed or Rejected by the Wallet Application

The authentication procedure failed. The most likely cause is that the Wallet rejected your Authentication Request or that you denied to share mandatory attributes required by the service for its full functionalities.

This is the error message sent by the Wallet application:

  • Error: {% if error != None %} {{ error }} {% else %} unknown error {% endif %}
  • Error description: {% if error_description != None %} {{ error_description }} {% else %} unknown error description {% endif %}
{% endblock body %}