FHIR Chat · Oauth2 - server_error · implementers

Stream: implementers

Topic: Oauth2 - server_error


view this post on Zulip Scott Dunbar (Mar 06 2022 at 21:17):

Very new to FHIR and trying to get a token. I saw that it takes ~1 hour for my public key to take effect and I'm way past that but I'm getting
{
"error": "server_error",
"error_description": null
}

with a 400 code back from a post to https://fhir.epic.com/interconnect-fhir-oauth/oauth2/token. Any thoughts? JWT has been validated with the public/private key.

view this post on Zulip Scott Dunbar (Mar 07 2022 at 02:15):

Scott Dunbar said:

Very new to FHIR and trying to get a token. I saw that it takes ~1 hour for my public key to take effect and I'm way past that but I'm getting
{
"error": "server_error",
"error_description": null
}

with a 400 code back from a post to https://fhir.epic.com/interconnect-fhir-oauth/oauth2/token. Any thoughts? JWT has been validated with the public/private key.

Seems to be ok now - I'm getting a token as expected.

view this post on Zulip Vadim Peretokin (Mar 07 2022 at 08:22):

Curious to know - what changed?

view this post on Zulip Lloyd McKenzie (Mar 07 2022 at 19:42):

My guess is time. It often takes several hours from registration to activation.


Last updated: Apr 12 2022 at 19:14 UTC