I'm attempting to get authorization using a system account to an application the FHIR R4 sandbox.
I'm using
ec2458f2-1e24-41c8-b71b-0e701af7583d as the tenant in the authorization request. Is that correct?
For the credentials, per
these instructions, I am using:
*
$SYSTEM_ACCOUNT_CLIENT_ID = client id of app registered in
code.cerner.com*
$SYSTEM_ACCOUNT_CLIENT_SECRET = secret of system account defined on cernercentral
The error I am receiving is:
"invalid_client"
urn:cerner:error:authorization-server:oauth2:token:invalid-client-credentials
"Unknown
Application" was attempting to request access to healthcare data with
Abilities Center; unfortunately, the application doesn't appear to be
compatible. If you require further assistance, please contact support.
I have a correlation ID, if that helps:
62dfd90c-ef3f-457d-a7b2-5cc61e509b35
Can you provide some guidance on what I'm doing wrong? Thank you in advance!