Replies: 1 comment 3 replies
-
There are some tools like jwk.Cache that kind of works in certain cases, but in general the recovery strategy would vary from use case to use case, so in general yes, you probably need to handle it yourself. (note: I have no clue what the asp.net does, so I may be off) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the asp.net core jwt middleware they handle the case of a jwks rollover.
What is the best practice using JWX.
Currently we use JWKs in our middleware. Is that responsibility on us or does this library handle it when a validation fails simply because we don't have a matching KID.
Beta Was this translation helpful? Give feedback.
All reactions