Allow setting custom AccessTokenProvider on OAuth2FeignRequestInterceptor by Infeligo · Pull Request #106 · spring-attic/spring-cloud-security

Currently OAuth2FeignRequestInterceptor always uses the default AccessTokenProvider (a chain of providers actually) and does not allow setting a custom one. The use case for configurable access tok...