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?
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