<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00006Xdwh0SABOkta Classic EngineSingle Sign-OnAnswered2020-07-24T21:15:58.000Z2019-08-13T17:56:35.000Z2020-07-24T21:15:58.000Z

JayH.63959 (Customer) asked a question.

Error while resolving signing key for kid

I'm trying to validate my token using the node OktaJwtVerifier library. I am using a custom authorization server. I am receiving the following error 'Error while resolving signing key for kid "bySSTYuNg4LVGzDPs8fZ..."'

 

I've pulled all my end-points from .well-known/oauth-authorization-server so I'm reasonably certain they are correct.

 

I have my access token from a previous call and if I call the introspect end-point with my access token it returns confirms it as active.

 

I copied my 'aud' from my activation server and confirmed that it's the same in the introspect and if I base64 decode the token.

 

The kid from the error is the same kid from the /v1/keys end-point.

 

Basically, from a visual inspection everything looks ok. Anyone have insight into what I'm doing wrong?


This question is closed.
Loading
Error while resolving signing key for kid