Hi,
When we are sending the access token to the server for consuming some resources then that time I’m using the following instructions to validate the access token but every time it’s failing with the error “A signing key must be specified if the specified JWT is digitally signed.] with root cause”.
For me, the issuer is: https://xxxxx-stage.okta.com
the audience is: https://xxxx-stage.okta.com
I have verified this using the introspect API call but need to validate at resource server.