0
我需要爲spring mvc項目添加oauth安全性。oauth在春季web mvc項目
該項目具有基本的安全性,實現org.springframework.web.filter.DelegatingFilterProxy 與CustomAuthenticationProvider,我需要用oauth2替換它。
有沒有簡單的方法來做到這一點?
謝謝。
我需要爲spring mvc項目添加oauth安全性。oauth在春季web mvc項目
該項目具有基本的安全性,實現org.springframework.web.filter.DelegatingFilterProxy 與CustomAuthenticationProvider,我需要用oauth2替換它。
有沒有簡單的方法來做到這一點?
謝謝。
我們在使用Spring 4和Java 8.我們的應用做了相同的應用程序是開源的,你可以看到這裏的安全層https://techdev.io/en/developer-blog/using-spring-and-oauth-in-trackr
[試圖在保護資源使用OAuth的可能重複Spring MVC](http://stackoverflow.com/questions/5431359/trying-to-protect-resources-with-oauth-in-spring-mvc) – skaffman
該項目只包含與db一起工作的休息服務,所以我沒有 理解正是我需要實現當用戶的細節在數據庫中。 –