Skip to Main Content

SMART Launch

Announcement

For information related to the Oracle Partner Network (OPN) Industry Healthcare Track please visit our OPN Industry Healthcare Program page.

For specific questions related to Oracle Partner Network (OPN), please contact Partner Assistance.

Millennium FHIR and non-FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com. 
Soarian FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com.

Code Console - Test Sandbox: Authorization Request: Got HTML in response

Workflow or API calls:
EHR Launch in Code Console Test Sandbox

Background Information:

On the application information, I specify:
Redirect URI: Endpoint for receiving responses

When I click launch on Test Sandbox, Cerner Auth server respond with launch code and iss

When I use the launch code, I'm sending it to this authorization server
https://authorization.cerner.com/tenants/ec2458f2-1e24-41c8-b71b-0e701af7583d/protocols/oauth2/profiles/smart-v1/personas/provider/authorize

Expected Result:

When I send authorization request, Cerner send the auth code to my endpoint
The auth code and state would be in the query parameter:
?code=f4e2b66a-xxxx-xxxx-xxxx-xxxxxxxxxxxxx
state=< secret passed >

Actual Result:

When I send authorization request…
I get a HTML response to enter client credentials.
I can open this HTML and get the auth code, but this breaks the auth flow testing.

Replicated issue in Postman: Response in HTML

----
Developer questions:

Are you an OPN Member? Yes
Have you signed up to be in the Healthcare Developer Track? Yes / No
Are you a registered Code Program member? Yes / No
Does your App have a presence on the Oracle Healthcare App Marketplace? Yes / No

This post has been answered by M Surya-Oracle on Sep 1 2024
Jump to Answer
Comments
Post Details
Added on Aug 31 2024
1 comment
638 views