{% extends "core/settings/settings_base.html" %} {% load i18n %} {% block settings_content %}

{% translate "App integrations" %}

{% blocktranslate trimmed %} On this page you can configure other apps and programs to work with ephios as an authentication provider using the OAuth2-standard. Other ways to integrate with ephios include the plugin system and the API. More detailed information can be found in the documentation. {% endblocktranslate %}

{% translate "OAuth2 applications" %}

{% translate "New Application" %} {% if applications %} {% for application in applications %} {% endfor %}
{% translate "Name" %} {% translate "User" %} {% translate "Created" %} {% translate "Action" %}
{{ application.name }} {{ application.user }} {{ application.created }}
{% else %}

{% translate "No applications defined" %}.

{% endif %}
{% endblock %}