Hello, I have registered my app with https://code-console.sandboxcerner.com/
#applicationid: 6fa251cd-337f-45a7-ade5-95d691368f65 as provide facing app.
I am trying to test the Oauth flow on
https://github.com/cerner/code-learning-lab/blob/main/authorization/README.md
And ISS link I am using is :
https://fhir-myrecord.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d
with that authorize link I am getting is : https://authorization.cerner.com/tenants/ec2458f2-1e24-41c8-b71b-0e701af7583d/protocols/oauth2/profiles/smart-v1/personas/patient/authorize
and when I add my client id and scope on this gitlab repo, I am getting error that :
The supplied "client_id" value does not correspond to any registered applications on record.
So looks like this gitlab repo is to test the prod cerner oauth flow only.
1. Could you please check if my application is registered correctly in sandbox?
2. And ISS endpoint I am using is correct?
3. Is there any gitlab code to test sandbox Oauth flow?
Appreciate all your help!