I’ve created a SMART-on-FHIR “Patient” app in the public Code Console
(https://code-console.sandboxcerner.com).
App details:
- Client ID: bd1e227c-53a9-4317-9885-************
- Redirect URI: https://[xyz]/api/auth/callback
- App Type: Patient
- Capabilities enabled: openid, fhirUser, offline_access, launch/patient
- Resource scopes enabled: patient/Patient.read (and others)
When I attempt authorization using the public sandbox tenant
`ec2458f2-1e24-41c8-b71b-0e701af7583d`, I receive an “Unknown tenant”
or “Unknown client” error at this URL:
https://authorization.sandboxcerner.com/tenants/ec2458f2-1e24-41c8-b71b-0e701af7583d/protocols/oauth2/profiles/smart-v1/personas/patient/authorize?...client_id=[redacted]&redirect_uri=[redacted]
Could you please confirm whether this client ID has been provisioned
for the public sandbox tenant ?
Goal: run a standalone patient SMART-on-FHIR flow
against the public tenant (`ec2458f2-…`) using demo patient accounts
(e.g., timmy.smart@example.com / Cerner01).