I am generating an access token using the /token API endpoint. When I use that token to make a request to my back-end I get the following error from verifyAccessToken().
Error while resolving signing key for kid
Probably a configuration error of some sort. Was hoping for maybe a tip on where to start looking.
You’ll need to make sure that the token requests you are making go to the Default AS (presuming the org you are using is able to use this auth server). That means the /token endpoint used will be https://org.okta.com/oauth2/default/v1/token. If using one of our SDKs to get tokens, you need to insure the issuer value in the config is set correctly to use the Default server.