-
Notifications
You must be signed in to change notification settings - Fork 1.3k
How-to: Provide a JWK source backed by a key rotation strategy #544
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
Comments
I need this too. |
I have implemented a JWK source that supports a key rotation strategy for my personal project. But now this is not very well structured. I'm happy to discuss, plan and contribute. I've added the JWK source implementation here: https://github.com/ReLive27/spring-security-oauth2-sample/tree/main/oauth2-jwk-redis |
Thanks for the offer @ReLive27. We're looking to provide documentation that demonstrates a general pattern for implementation but not relying on a specific tech stack, e.g. Redis. We haven't thought this through yet as we've been working on higher priority items. |
Publish a guide on How-to: Provide a JWK source backed by a key rotation strategy
Related gh-499
The text was updated successfully, but these errors were encountered: