We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using v0.1.8 Docker on-prem
POST to https://{hostname}/api/secure/source Failed Request: { "source_type": "sutter-health", "authorization_endpoint": "https://apiservices.sutterhealth.org/ifs/oauth2/authorize", "token_endpoint": "https://apiservices.sutterhealth.org/ifs/oauth2/token", "introspection_endpoint": "https://fhir.epic.com/interconnect-fhir-oauth/oauth2/introspect", "userinfo_endpoint": "", "registration_endpoint": "https://apiservices.sutterhealth.org/ifs/oauth2/register", "api_endpoint_base_url": "https://apiservices.sutterhealth.org/ifs/api/FHIR/R4", "client_id": "REDACTED", "redirect_uri": "https://lighthouse.fastenhealth.com/v1/callback/epic", "scopes_supported": [ "fhirUser", "openid", "profile" ], "issuer": "https://fhir.epic.com", "grant_types_supported": [ "authorization_code" ], "response_types_supported": [ "code" ], "aud": "https://apiservices.sutterhealth.org/ifs/api/FHIR/R4", "code_challenge_methods_supported": [ "S256" ], "confidential": false, "cors_relay_required": false, "patient": "REDACTED", "access_token": "REDACTED", "id_token": "REDACTED", "dynamic_client_registration_mode": "user-authenticated", "expires_at": 1698344289 }
https://{hostname}/api/secure/source
{ "source_type": "sutter-health", "authorization_endpoint": "https://apiservices.sutterhealth.org/ifs/oauth2/authorize", "token_endpoint": "https://apiservices.sutterhealth.org/ifs/oauth2/token", "introspection_endpoint": "https://fhir.epic.com/interconnect-fhir-oauth/oauth2/introspect", "userinfo_endpoint": "", "registration_endpoint": "https://apiservices.sutterhealth.org/ifs/oauth2/register", "api_endpoint_base_url": "https://apiservices.sutterhealth.org/ifs/api/FHIR/R4", "client_id": "REDACTED", "redirect_uri": "https://lighthouse.fastenhealth.com/v1/callback/epic", "scopes_supported": [ "fhirUser", "openid", "profile" ], "issuer": "https://fhir.epic.com", "grant_types_supported": [ "authorization_code" ], "response_types_supported": [ "code" ], "aud": "https://apiservices.sutterhealth.org/ifs/api/FHIR/R4", "code_challenge_methods_supported": [ "S256" ], "confidential": false, "cors_relay_required": false, "patient": "REDACTED", "access_token": "REDACTED", "id_token": "REDACTED", "dynamic_client_registration_mode": "user-authenticated", "expires_at": 1698344289 }
Response: {"success":false}
{"success":false}
Docker logs: 2023/10/26 17:18:09 Error Response body: { time="2023-10-26T17:18:08Z" level=warning msg="This client requires a dynamice client registration, starting registration process" type=web "error": "invalid_request", "error_description": null } time="2023-10-26T17:18:09Z" level=error msg="An error occurred while retrieving access token for dynamic client an error occurred while reading dynamic client token response, status code was not 200: 400" type=web
2023/10/26 17:18:09 Error Response body: { time="2023-10-26T17:18:08Z" level=warning msg="This client requires a dynamice client registration, starting registration process" type=web "error": "invalid_request", "error_description": null } time="2023-10-26T17:18:09Z" level=error msg="An error occurred while retrieving access token for dynamic client an error occurred while reading dynamic client token response, status code was not 200: 400" type=web
The text was updated successfully, but these errors were encountered:
hey @dqhoang I have a couple of questions:
Sorry, something went wrong.
Hi @AnalogJ,
Yes this is after successful authentication with Sutter.
Yes, but i won't be able to jump on my personal machine till this evening (pacific time)
Hey @dqhoang apologies I missed this message. Just ping me on Discord when you have some time, I'll jump and we can figure out whats going on here
bee007e
No branches or pull requests
Using v0.1.8 Docker on-prem
POST to
https://{hostname}/api/secure/source
FailedRequest:
{ "source_type": "sutter-health", "authorization_endpoint": "https://apiservices.sutterhealth.org/ifs/oauth2/authorize", "token_endpoint": "https://apiservices.sutterhealth.org/ifs/oauth2/token", "introspection_endpoint": "https://fhir.epic.com/interconnect-fhir-oauth/oauth2/introspect", "userinfo_endpoint": "", "registration_endpoint": "https://apiservices.sutterhealth.org/ifs/oauth2/register", "api_endpoint_base_url": "https://apiservices.sutterhealth.org/ifs/api/FHIR/R4", "client_id": "REDACTED", "redirect_uri": "https://lighthouse.fastenhealth.com/v1/callback/epic", "scopes_supported": [ "fhirUser", "openid", "profile" ], "issuer": "https://fhir.epic.com", "grant_types_supported": [ "authorization_code" ], "response_types_supported": [ "code" ], "aud": "https://apiservices.sutterhealth.org/ifs/api/FHIR/R4", "code_challenge_methods_supported": [ "S256" ], "confidential": false, "cors_relay_required": false, "patient": "REDACTED", "access_token": "REDACTED", "id_token": "REDACTED", "dynamic_client_registration_mode": "user-authenticated", "expires_at": 1698344289 }
Response:
{"success":false}
Docker logs:
2023/10/26 17:18:09 Error Response body: { time="2023-10-26T17:18:08Z" level=warning msg="This client requires a dynamice client registration, starting registration process" type=web "error": "invalid_request", "error_description": null } time="2023-10-26T17:18:09Z" level=error msg="An error occurred while retrieving access token for dynamic client an error occurred while reading dynamic client token response, status code was not 200: 400" type=web
The text was updated successfully, but these errors were encountered: