In line 326 of [docs/modules/ROOT/pages/servlet/oauth2/resource-server/multitenancy.adoc#L326](https://github.com/spring-projects/spring-security/blame/09a14bf8a087d68b7ab6964c4add27c423f4decf/docs/modules/ROOT/pages/servlet/oauth2/resource-server/multitenancy.adoc#L326) there is a reference to a `com.nimbusds.jwt.proc.JWTProcessor` method called `setJWTClaimSetJWSKeySelector`. There is no such method on `com.nimbusds.jwt.proc.JWTProcessor` there is a `setJWTClaimsSetAwareJWSKeySelector` method however.  **To Reproduce** Read the doc **Expected behavior** Replace with the correct call.