-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Deprecated Usages of RemoteJWKSet #16251
Comments
Hi, @jzheaux I’d like to work on this issue as my first contribution to Spring Security. Would it be alright if I take this on? Thank you! |
I noticed that this issue is marked as a duplicate of #15866. I’d like to clarify: should I continue working on this issue, or would it be better to focus on the original issue (#15866)? If this issue is still valid, I’d be happy to contribute and help resolve it. Please let me know how I can proceed. Thank you! |
Hi @kwondh5217, i marked this as a duplicate so that contributors will pay attention to 15866, as there may be nuances that are worth considering. Nothing more :) |
Hi @franticticktick, |
Nimbus has deprecated
RemoteJWKSet
in favor of usingJWKSourceBuilder
By association,
JWKSetCache
is also deprecated. Since Spring Security has a custom implementation ofJWKSetCache
, refactoring to wrap aUrlBasedJWKSetSource
may be more appropriate than usingJWKSourceBuilder
.The text was updated successfully, but these errors were encountered: