athenahealth / apiserver-athenaFlex

Software developers can use sample code and documentation to use athenahealth's athenaPractice/athenaFlow FHIR API Server.
https://mydata.athenahealth.com/home
17 stars 7 forks source link

Public key not found: L1KfKFI_jnXbwWc22xZxw1sUHH0 #303

Open vishal-khobare opened 4 months ago

vishal-khobare commented 4 months ago

Hi,

I have registered 'Healow App' in Athena developer portal which is an app for providers. I am trying to get response/call to redirect url in my environment by following API documentation https://mydata.athenahealth.com/access-the-apis .

When I launch authorization code url in browser, 1) It is redirecting me to login page where I use 'Work account' username/password mentioned in the documentation. 2) After successful authentication, I do get call to redirect url but it sends below url parameters instead of valid code and state parameters.

error: invalid_client error_description: Public key not found: L1KfKFI_jnXbwWc22xZxw1sUHH0

Can you help ? In what scenario, above error is sent to redirect url?

Thank you