Skip to content

Commit

Permalink
Fix setJWTClaimSetJWSKeySelector Typo
Browse files Browse the repository at this point in the history
Closes gh-10504
  • Loading branch information
jzheaux committed Nov 16, 2021
1 parent e8bbe7a commit ef23337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2640,7 +2640,7 @@ Next, we can construct a `JWTProcessor`:
JWTProcessor jwtProcessor(JWTClaimSetJWSKeySelector keySelector) {
ConfigurableJWTProcessor<SecurityContext> jwtProcessor =
new DefaultJWTProcessor();
jwtProcessor.setJWTClaimSetJWSKeySelector(keySelector);
jwtProcessor.setJWTClaimsSetAwareJWSKeySelector(keySelector);
return jwtProcessor;
}
----
Expand Down

0 comments on commit ef23337

Please sign in to comment.