Jason Kulatunga

Results 262 comments of Jason Kulatunga
trafficstars

Hmm. I haven't used this script in a while, so I haven't run into an issue like this myself. I'm suprised that the script continued past the error, I would...

Hi @matthewsimo, I've spent a bit of time trying to create Angular friendly unit tests for the framework, however as its basically a wrapper for the dropbox-js library, they become...

WIP - [x] working AuthN - [ ] AuthZ failure, 401 if using fastenhealth client id, 400 if using API key. ``` { "custom_definition": true, "platform_type": "nhs", "should_override_redirect": false, "override_redirect":...

[NHS login - Interface Specification - Federation(1).docx](https://github.com/fastenhealth/fasten-sources/files/14531195/NHS.login.-.Interface.Specification.-.Federation.1.docx) https://nhsconnect.github.io/nhslogin/interface-spec-doc/

- [ ] Onboarding Questions Completion - https://onboarding.prod.api.platform.nhs.uk/Products/Overview - [ ] Request Organisation Data Service (ODS) code Details on connecting to the integration environments can be found here: https://digital.nhs.uk/developer/guides-and-documentation/testing#integration-testing There...

Hey @ideamatrix Agreed, we need to show the patient facing brands where possible. Duplicates are completely acceptable.

using `"application_type": "web"` returns a different error (same with `native`) ``` {"status":"Error","message":"API Key missing"}% ``` probably requires a `Jwks` or `Jwks_uri` value.

``` { "custom_definition": true, "platform_type": "chbase", "should_override_redirect": false, "cors_relay_required": true, "override_redirect": "", "authorization_endpoint": "https://auth-usa.sbx.unify.chbase.com/api/authorize", "token_endpoint": "https://auth-usa.sbx.unify.chbase.com/api/token ", "url": "https://fhir-usa.sbx.unify.chbase.com", "client_id": "xxxx", "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/chbase", "grant_types_supported": [ "authorization_code" ], "response_types_supported": [ "code"...

PROD ``` { "custom_definition": true, "platform_type": "chbase", "should_override_redirect": false, "cors_relay_required": false, "override_redirect": "", "authorization_endpoint": "https://auth-usa.unify.chbase.com/api/authorize", "token_endpoint": "https://auth-usa.unify.chbase.com/api/token", "url": "https://fhir-usa.unify.chbase.com", "client_id": "xxxx", "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/chbase", "grant_types_supported": [ "authorization_code" ], "response_types_supported": [ "code"...

``` { "custom_definition": true, "platform_type": "practicefusion", "should_override_redirect": false, "override_redirect": "", "authorization_endpoint": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/authorize", "token_endpoint": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/token", "url": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599", "client_id": "xxxx", "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/practicefusion", "grant_types_supported": [ "authorization_code" ], "response_types_supported": [ "code" ], "response_modes_supported": [...