{% extends "base.html" %} {% block title %}Test SMART Configuration - {{ site_name }}{% endblock %} {% block content %}
Fetch and display the SMART on FHIR configuration from /oauth2/.well-known/smart-configuration.
{{ config_data | tojson(indent=2) }}
{% else %}
No configuration data available. Please try again.
{% endif %}