{% extends "base.html" %} {% from "_formhelpers.html" import render_field %} {% block title %}Server Endpoints - {{ site_name }}{% endblock %} {% block content %}
Configure endpoints for the upstream FHIR server and view available SMART endpoints.
/.well-known/smart-configuration
- SMART on FHIR discovery/oauth2/authorize
- Initiate OAuth2 flow/oauth2/token
- Exchange code for token/oauth2/revoke
- Revoke tokens/oauth2/introspect
- Verify token status/oauth2/proxy/
- Proxy FHIR requests