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.
Workflow or API calls:
Reminder: If this is referring to a client domain or EHR activity—not the public sandbox—do not include API request data or live patient data.
Background Information:
Failure to provide answers will impact our ability to respond in a timely and effective manner Developer questions:
Are you an OPN Member? No Have you signed up to be in the Healthcare Developer Track? No Are you a registered Code Program member? No Does your App have a presence on the Oracle Healthcare App Marketplace? No
Are you developing on behalf of an Oracle Health client? If so, which client:
Application Id of the app:4b15dce5-4e8c-4e97-b52c-b235f37173bf
Application Id of the app
Expected Result:
I am requesting token from Postman through token endpoint. I am getting response as Invalid client. for your reference I am posting the request and response here . I am passing correct client Id from the app description I collected and still I am getting the same response. Here My app is Used for querying the API's as SYSTEM. Please let me know I am querying the correct API endpoint or not and let me know if I am doing anything wrong.
I queried two token endpoints, both are giving the same response. In both the request's the token endpoint is different.
Request 1:
https://authorization.cerner.com/tenants/ec2458f2-1e24-41c8-b71b-0e701af7583d/hosts/api.cernermillennium.com/protocols/oauth2/profiles/smart-v1/token?grant_type=client_credentials&scope=system/Patient.read&client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&client_assertion=eyJhbGciOiJSUzM4NCIsInR5cCI6IkpXVCIsImtpZCI6IkI5NDUzRDJBNzg3NEZEMzREMTY2MDdBNDQ3RUQ2MjYyOTg1MTNFOEYifQ.eyJzdWIiOiIxNWIyYzA1NS02OWRjLTRiZGYtYTRlNC1iMzFhNTk5MGNlNDgiLCJpc3MiOiIxNWIyYzA1NS02OWRjLTRiZGYtYTRlNC1iMzFhNTk5MGNlNDgiLCJhdWQiOiJodHRwczovL2F1dGhvcml6YXRpb24uY2VybmVyLmNvbS90ZW5hbnRzL2VjMjQ1OGYyLTFlMjQtNDFjOC1iNzFiLTBlNzAxYWY3NTgzZC9wcm90b2NvbHMvb2F1dGgyL3Byb2ZpbGVzL3NtYXJ0LXYxL3Rva2VuIiwianRpIjoiYjFiYTg4YmItYTUwNi00ZmNkLThjOTktMTU2YjIxMmNmZmY2IiwiaWF0IjoxNzI5Nzk5MDYzLCJleHAiOjE3Mjk3OTk5NjN9.iqOXb00ep2UOvg8soN6XYKuSm7SIDpBqjZqBQZ7-YFiy5ISAOxxIgCRm_5j29AVGipIyKD95lN8vRopreuCrujUFzQthW_vdGxF017AiLDRc9uz7gbDn3gDKOxy08VWsl98W0m56LsecQfyIUzsgQKTjI_q66zPxBQOjYDJFWFwIt7K1uiYqKK9sJhr_6KYDAJlUHMSKheqzHKe9SGINztegIeTm1Rwajvy8f1dp5EuSgemcTsMPDapN1kDY8QsPBkO7Jte2EZLtdBy5urd_9XIaUSmkb_3wNWd8fgZGUFmrqUhh4zD5or9u66bpflrQIhlWcNlU0avNOQkvetodfg
Response 1:
{
"error": "invalid\_client", "error\_uri": "https://authorization.cerner.com/errors/urn%3Acerner%3Aerror%3Aauthorization-server%3Aclient-assertion%3Ajwt-bearer%3Anot-short-lived/instances/11f6b925-20fd-47b2-8cd1-321e3773ed29?client=xxxxxxxxxxxxxx&tenant=ec2458f2-1e24-41c8-b71b-0e701af7583d"
}
Request 2:
https://authorization.cerner.com/tenants/ec2458f2-1e24-41c8-b71b-0e701af7583d/protocols/oauth2/profiles/smart-v1/token?grant_type=client_credentials&scope=system/Patient.read&client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&client_assertion=eyJhbGciOiJSUzM4NCIsInR5cCI6IkpXVCIsImtpZCI6IkI5NDUzRDJBNzg3NEZEMzREMTY2MDdBNDQ3RUQ2MjYyOTg1MTNFOEYifQ.eyJzdWIiOiIxNWIyYzA1NS02OWRjLTRiZGYtYTRlNC1iMzFhNTk5MGNlNDgiLCJpc3MiOiIxNWIyYzA1NS02OWRjLTRiZGYtYTRlNC1iMzFhNTk5MGNlNDgiLCJhdWQiOiJodHRwczovL2F1dGhvcml6YXRpb24uY2VybmVyLmNvbS90ZW5hbnRzL2VjMjQ1OGYyLTFlMjQtNDFjOC1iNzFiLTBlNzAxYWY3NTgzZC9wcm90b2NvbHMvb2F1dGgyL3Byb2ZpbGVzL3NtYXJ0LXYxL3Rva2VuIiwianRpIjoiOWM1NDM0MmEtNmI5Ny00YThlLThmMzItN2IwYjRhMDc1M2E4IiwiaWF0IjoxNzI5ODA1NDc4LCJleHAiOjE3Mjk4MDYzNzh9.bfITsohNvpMK8oUgj6WWAMxqiTO7BjCS8FUqylxGizzBJ2b0ytGVampd5dyT7BbP9ePv_9f0N_dRa8LvO4MNqphQEKQLHTT2D3hnJiy32CZ6iGSKOL6NqkkG4Nq4WiAcE9soSTMPHdPltVRqVbPbxR0Ait8oi0vaqKihVQ6gRHkfsBAKkx8DR5iYoXciUqJT6Sz7uvSe8GQ4oJZO9g2T2ifoWoVSPP1T3CB5Gr_ydge3VBtcXCFewiydRTF5aRY5_Sfjfs5xCBfRJ_oQwwS723_eLtz8t62jl5XlUl3v_4ZDyoC6o-LHMgSwikKuLd5JP7kutRRbd6bR-aA1eAfj0g
Response 2:
"error": "invalid\_client", "error\_uri": "https://authorization.cerner.com/errors/urn%3Acerner%3Aerror%3Aauthorization-server%3Aclient-assertion%3Ajwt-bearer%3Anot-short-lived/instances/8f22b617-6e5c-4fda-9e5c-1bc5f28e4ff3?client=xxxxxxxxxxx&tenant=ec2458f2-1e24-41c8-b71b-0e701af7583d"
Actual Result:
I should get token I am getting Invalid client.