Java OAuth Server [closed]
Asked Answered
P

2

12

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

Puerperal answered 24/2, 2011 at 17:51 Comment(2)
Why are these OAuth server questions all of a sudden becoming so popular?Snafu
Duplicate of #4875920Freeliving
S
7

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

Sansen answered 24/2, 2011 at 18:15 Comment(2)
I plan to use Guice for DI, I am not sure how Spring Security would bundle in with Guice??Puerperal
According to this: #5485068 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/…Incongruent
G
6

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

in the Java section ;)

Goldshlag answered 24/2, 2011 at 18:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.