This repository was archived by the owner on May 31, 2022. It is now read-only.

Description
Enhancement
Hi,
In ResourceServerTokenServicesConfiguration on missing condition is missed over RemoteTokenServices, so there is not way to override it.
I have also tries with Primary bean annotation, but context initialization failed.
I think we need to add @ConditionalOnMissingBean(ResourceServerTokenServices.class) like for all other implementation in this configuration class.
Thanks