Hi
I am trying to use OAuth2RestTemplate and call my resource server from my a spring batch job.
Since I don't have access to OAuth2ClientContextFilter to get the access token, is there any recommandations or best practices on how to call OAuth servers out of servlet container (and request filters)?
Thanks


Reply With Quote
