
Originally Posted by
Dave Syer
I'm confused. You want to implement a Spring AuthenticationProvider for a consumer, or an OAuth provider (resource server or authorization server in OAuth2 terms)? The former is supplied by Spring Social Security (and it is easy to build with Spring OAuth if you want something customized), and the latter is supplied by Spring OAuth (resource server is a single filter, so easy to install in a custom configuration, and the auth server is an MVC controller). You need to be a bit more specific about what you need and what you already have.