fastenhealth / fasten-sources

The Fasten Sources is a library that defines medical provider metadata (definitions - OpenID Metadata documents) and http clients (OAuth2/Smart-on-FHIR clients) which can be used to retrieve data from various Medical Providers (clients).
19 stars 6 forks source link

UPMC #41

Open AnalogJ opened 1 month ago

AnalogJ commented 1 month ago
{
  "custom_definition": true,
  "platform_type": "upmc",
  "should_override_redirect": false,
  "cors_relay_required": false,
  "override_redirect": "",
  "authorization_endpoint": "https://api.upmchp.com/stg.fhir/oauth2/v2.0/authorize",
  "token_endpoint": "https://api.upmchp.com/stg.fhir/oauth2/v2.0/token",
  "url": "https://api.upmchp.com/stg.fhir/R4",
  "client_id": "xxx",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/upmc",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://api.upmchp.com/stg.fhir/R4",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "launch/patient",
    "patient/*.read"
  ],
  "confidential": false,
  "confidential_endpoint": "",
  "pkce": true,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://api.upmchp.com/stg.fhir/R4"
}

Status: