Are there any open source projects that enabled implementing OAuth Server? Apache Foundation ones?

link|improve this question

16% accept rate
1  
You have only accepted 22% of the 35 questions you have asked. Please accept some answers before asking more questions. – Amir Raminfar Feb 24 '11 at 17:59
Why are these OAuth server questions all of a sudden becoming so popular? – Johan Sjöberg Feb 24 '11 at 18:01
You are misinformed to think that you can ask question and not contribute back to the community. If someone is putting hard work at answering questions for you then you can do a favor and help them be rewarded. If you are not familiar with these rules then read the FAQ at stackoverflow.com/faq. Thanks for reading and good luck with your questions. Quote from the FAQ - "Doing this is helpful because it shows other people that you’re getting value from the community. (If you don’t do this, people will often politely ask you to go back and accept answers for more of your questions!)" – Amir Raminfar Feb 24 '11 at 18:25
feedback

closed as not constructive by RepWhoringPeeHaa, casperOne Feb 28 at 14:20

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

up vote 1 down vote accepted

Have a look at http://oauth.net/code/

in the Java section ;)

link|improve this answer
feedback

I would suggest using the Spring Security Module. It's open source and the entire framework is very powerful.

link|improve this answer
I plan to use Guice for DI, I am not sure how Spring Security would bundle in with Guice?? – tranced_UT3 Feb 26 '11 at 13:02
1  
According to this: stackoverflow.com/questions/5484568/… there is no Spring/Guice integration. Here is a simple tutorial how to write custom AOP security check: jpz-log.info/archives/2009/11/04/… – altanis Nov 16 '11 at 13:52
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.