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 670d10d commit b7a12e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2641,7 +2641,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 b7a12e1

Please sign in to comment.