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