/oauth2

Spring Security OAuth2 sample with separate Resource and Auth servers

Primary LanguageJava

This is the from sample application I found on https://github.com/SpringSource/spring-security-oauth.git

I just did following on top of the samples

  1. Moved from tomcat to jetty
  2. Changed storge and in memory implementations to jdbc ones
  3. Separated oauth resource and authentication servers