What\'s the minimal setup for spring-security OAuth2 if I want to secure a REST server for one client? I don\'t want to use any unnecessary setup or implement any unnecessar
A good example of oauth2 for REST clients and users with spring security ouath 2.0:
http://www.e-zest.net/blog/rest-authentication-using-oauth-2-0-resource-owner-password-flow-protocol/