Given a FHIR server baseURL, looks up it's .well-known/smart-configuration and/or it's CapabilityStatement (whichever arrives first) and resolves with the token endpoint as defined there.
.well-known/smart-configuration
CapabilityStatement
The base URL of the FHIR server
Given a FHIR server baseURL, looks up it's
.well-known/smart-configurationand/or it'sCapabilityStatement(whichever arrives first) and resolves with the token endpoint as defined there.