Are there any open source projects that enabled implementing OAuth Server? Apache Foundation ones?
Asked
Active
Viewed 1.6k times
12
-
Why are these OAuth server questions all of a sudden becoming so popular? – Johan Sjöberg Feb 24 '11 at 18:01
-
Duplicate of http://stackoverflow.com/questions/4875420/is-there-an-oauth-2-draft-12-server-side-php-and-java-implementations – David d C e Freitas Feb 27 '12 at 07:32
2 Answers
7
I would suggest using the Spring Security Module. It's open source and the entire framework is very powerful.

garbelini
- 468
- 3
- 10

Chris Thompson
- 35,167
- 12
- 80
- 109
-
I plan to use Guice for DI, I am not sure how Spring Security would bundle in with Guice?? – zotherstupidguy Feb 26 '11 at 13:02
-
1According to this: http://stackoverflow.com/questions/5484568/is-it-possible-to-use-spring-security-with-google-guice there is no Spring/Guice integration. Here is a simple tutorial how to write custom AOP security check: http://jpz-log.info/archives/2009/11/04/guice-it-up-or-aop-can-be-made-simple-sometimes/ – Sebastian Łaskawiec Nov 16 '11 at 13:52