{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2020 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.OAUTH2SERVER_COVER_TEMPLATE %} {%- import "invenio_oauth2server/settings/helpers.html" as helpers with context %} {%- block page_body %}
{{ _('Invalid authorization request') }}

{{ _('Invalid authorization request') }}

{{ _('The service that redirected your here made an invalid authorization request (error code: %(x_error)s).', x_error=error.error) }}

{{ _('Get me out of here!') }}
{%- endblock %}