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

Maximeyes Configuration #26

Open AnalogJ opened 5 months ago

AnalogJ commented 5 months ago
{
  "custom_definition": true,
  "platform_type": "maximeyes",
  "should_override_redirect": false,
  "cors_relay_required": false,
  "override_redirect": "",
  "authorization_endpoint": "https://connectsandbox.maximeyes.com/connect/authorize",
  "token_endpoint": "https://connectsandbox.maximeyes.com/connect/token",
  "url": "https://fhirqa.maximeyes.com/api/ipcert/R4",
  "client_id": "xxxx",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/maximeyes",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://fhirqa.maximeyes.com/api/ipcert/R4",
  "scopes_supported": [
    "fhirUser",
    "patient/Patient.read"
  ],
  "confidential": false,
  "confidential_endpoint": "",
  "pkce": true,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://fhirqa.maximeyes.com/api/ipcert/R4"
}

OLD

{
  "custom_definition": true,
  "platform_type": "maximeyes",
  "authorization_endpoint": "https://connectsandbox.first-insight.com/connect/authorize",
  "token_endpoint": "https://connectsandbox.first-insight.com/connect/token",
  "url": "https://fhirdehr.maximeyes.com/api/FhirTest/R4",
  "client_id": "XXXXX",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/maximeyes",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://fhirdehr.maximeyes.com/api/FhirTest/R4",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "offline_access",
    "patient/Encounter.read",
    "patient/Patient.read"
  ],
  "confidential": false,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://fhirdehr.maximeyes.com/api/FhirTest/R4"
}

Support form is broken - https://customer.first-insight.com/contact_form.asp

Hi, 

I'm building a Patient-Access Application using your provided documentation: https://customer.first-insight.com/downloads/forms/MaximEyes-FHIR-API-Documentation.pdf

I'm able to correctly generate and visit an Authorization Url for the following sandbox FHIR endpoint - https://fhirdehr.maximeyes.com/api/FhirTest/R4

However I was unable to find any sandbox credentials to login and complete the SMART-on-FHIR flow to verify the integration is working successfully. 

Can you provide me with those credentials, or a link to the page where they can be found?

Status: