-
Notifications
You must be signed in to change notification settings - Fork 20
Home
hburgmeier edited this page Mar 14, 2013
·
7 revisions
Did you ever want to offer OAuth2 for your Java (Jersey) REST service? Did you hold back, because there
was no server framework available for Jersey? Now here is the solution…
JerseyOauth2 provides basic functionality to implement a OAuth2-enabled resource server. It also gives
you the functionality to implement your own authentication server. You can even run them on the same
server.
OAuth2 draft 31 compliance is targeted (OAuth2 draft 31).
See the Getting Started page for a quick intro.
- Java 7
- Guice 3.0
- Jersey 1.17
- Apache Amber 0.22
- Jackson 2.1.3