Server Endpoints
Configure endpoints for the upstream FHIR server and view available SMART endpoints.
Available SMART Endpoints
- Configuration:
/oauth2/.well-known/smart-configuration
- SMART on FHIR discovery - Authorization:
/oauth2/authorize
- Initiate OAuth2 flow - Token:
/oauth2/token
- Exchange code for token - Revoke:
/oauth2/revoke
- Revoke tokens - Introspect:
/oauth2/introspect
- Verify token status - FHIR Proxy:
/oauth2/proxy/
- Proxy FHIR requests