We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1e9c5 commit 67853d5Copy full SHA for 67853d5
docs/modules/ROOT/pages/servlet/oauth2/resource-server/multitenancy.adoc
@@ -419,7 +419,7 @@ Java::
419
----
420
@Bean
421
JwtDecoder jwtDecoder(JWTProcessor jwtProcessor, OAuth2TokenValidator<Jwt> jwtValidator) {
422
- NimbusJwtDecoder decoder = new NimbusJwtDecoder(processor);
+ NimbusJwtDecoder decoder = new NimbusJwtDecoder(jwtProcessor);
423
OAuth2TokenValidator<Jwt> validator = new DelegatingOAuth2TokenValidator<>
424
(JwtValidators.createDefault(), jwtValidator);
425
decoder.setJwtValidator(validator);
0 commit comments