{% extends "oauth2_provider/base.html" %} {% load i18n %} {% block breadcrumb_items %} {{ block.super }} Applications {% if object %} {{ object }} {% endif %} {% endblock %} {% block content %}

{{ application.name }}

{% trans "Client id" %}
{% trans "Client secret" %}
{% if application.hash_client_secret %} Client secret is hashed. If you don't remember it, you will need to generate a new application. {% else %} {% endif %}
{% trans "Client type" %}
{{ application.client_type }}
{% trans "Authorization Grant Type" %}
{{ application.authorization_grant_type }}
{% trans "Redirect Uris" %}
{% trans "Post Logout Redirect Uris" %}
{% trans "Allowed Origins" %}
{% endblock content %}