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
jmax01 authored and jzheaux committed Nov 16, 2021
1 parent 3fb1565 commit b7cc667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,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 b7cc667

Please sign in to comment.