Replies: 1 comment 2 replies
-
In theory, you should be able to use the jwk.Fetch and jwk.Cache object even if there are query parameters in the URL (I don't remember stripping out query parameters). Is your question more on "I don't understand how to use this jwk.Cache thing" or "jwk.Cache is behaving incorrectly when presented with a URL with query parameters?" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My JWKS provider requires the KID as URL query params, e.g.
kid: DEV_ASYMMETRIC_RSA_KEY_TEST_010^4
URL:
https://my.jwks.provider/keys.json?kid=DEV_ASYMMETRIC_RSA_KEY_TEST_010^4
I'm having trouble figuring out how to use the new
v2
code to do this and wanted to see if anyone else has come across this problem usingjwk.NewCache
.Beta Was this translation helpful? Give feedback.
All reactions