In line 326 of 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.
Comment From: jzheaux
Thanks, @jmax01! Are you able to submit a PR with the correction?
Comment From: jmax01
@jzheaux I can if setJWTClaimsSetAwareJWSKeySelector is the correct method?