{% extends "_app_detail_shell.html" %} {% block detail_meta %}{{ auth_type_label }}{% endblock %} {% block credentials %}
Setup

{{ provider.display_name }} is not connected yet. Review the provider configuration and use Connect when you're ready.

{% if provider.auth_type.value == "oauth2" %}
OAuth Application
Client ID
{{ client_id or 'Required during setup' }}
Client Secret
{% if has_client_secret %}••••••••••••••••{% else %}Required during setup{% endif %}
Redirect URI
{{ redirect_uri }}
Endpoints
Authorization URL
{{ auth_url or '—' }}
Token URL
{{ token_url or '—' }}
{% else %}
API Credentials
API Key
Required during setup
Configuration
Base URL
{{ base_url or '—' }}
{% endif %} {% endblock %} {% block side_rows %}
Auth type
{{ auth_type_label }}
{% endblock %} {% block actions %}
{% endblock %}