{% extends "cacsremoteservice/views/layouts/master.html" %} {% block site-nav %} {% include "cacsremoteservice/views/partials/site-nav.html" with active="configuration" %} {% endblock %} {% block main %}

OAuth2 Authorizations

Review and revoke active OAuth2 client authorizations.

Revoking an authorization invalidates all stored refresh tokens for that client.

{% if is-admin %}{% endif %} {% if is-admin %}{% endif %} {% for client in oauth2-clients %} {% if is-admin %}{% endif %} {% endfor %}
UserClient Scopes Active Tokens
{{client.name}} ({{client.provider}}){{client.client-id}} {{client.scopes|default:"-"}} {{client.token-count}}
{% if is-admin %}{% endif %} {% if vscode %}{% endif %}
{% if oauth2-clients|empty? %}

No active OAuth2 authorizations.

{% endif %}
{% endblock %}