Skip to content

Commit 896dd93

Browse files
caio-henriquemarcusdacoregio
authored andcommitted
fix: add correction to java example in multitenancy.adoc
Closes gh-15146
1 parent c7b739e commit 896dd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/oauth2/resource-server/multitenancy.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Java::
339339
[source,java,role="primary"]
340340
----
341341
@Bean
342-
JWTProcessor jwtProcessor(JWTClaimSetJWSKeySelector keySelector) {
342+
JWTProcessor jwtProcessor(JWTClaimsSetAwareJWSKeySelector keySelector) {
343343
ConfigurableJWTProcessor<SecurityContext> jwtProcessor =
344344
new DefaultJWTProcessor();
345345
jwtProcessor.setJWTClaimsSetAwareJWSKeySelector(keySelector);

0 commit comments

Comments
 (0)