{% extends "_layout.html" %}
{% block title %}{{ provider.display_name }}{% endblock %}
{% block content %}
{{ provider.display_name }}
{{ client_id or 'Required during setup' }}{% if has_client_secret %}••••••••••••••••{% else %}Required during setup{% endif %}{{ redirect_uri }}
This deployment manages the OAuth application for {{ provider.display_name }}.
{% endif %}Changing these credentials revokes existing connections for this provider. Continue only if you intend to reconnect them.
{{ auth_url or '—' }}{{ token_url or '—' }}No connections for this provider yet.
{% endif %}