Same rationale as https://github.com/spring-projects/spring-security/issues/6832, but for `opaqueToken()`: ```java http .oauth2ResourceServer() .opaqueToken() .authenticationManager(this::customAuthenticationManager); ```