-
Notifications
You must be signed in to change notification settings - Fork 6k
Support JWK Selection Strategy in NimbusJwtEncoder #16570
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @douxiaofeng99! I've left some feedback inline.
Also, will you please format your commit message with a title and a closes message like so:
Support JWK Selection Strategy
Closes gh-16170
oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/NimbusJwtEncoder.java
Outdated
Show resolved
Hide resolved
oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/NimbusJwtEncoder.java
Show resolved
Hide resolved
oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/NimbusJwtEncoder.java
Outdated
Show resolved
Hide resolved
oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/NimbusJwtEncoder.java
Show resolved
Hide resolved
Closes spring-projectsgh-16170 Signed-off-by: douxiaofeng99 <[email protected]>
Make so that it runs only when selection is needed. Require the provided selector be non-null. Add Tests. Issue spring-projectsgh-16170
@jzheaux, Thanks you very much! |
Thanks, @douxiaofeng99! This is now merged into |
Signed-off-by: douxiaofeng99 [email protected]