建议OAuth2库与Jersey集成?

时间:2011-01-10 22:15:56

标签: jersey jax-rs oauth-2.0

我正在努力使用OAuth2向其他客户提供Jersey网络服务,并且很难找到与Jersey完美搭配的库。到目前为止,我已经查看了以下库。

http://static.springsource.org/spring-security/oauth/support.html

我们让演示工作,但不想使用弹簧安全性。

https://labs.ericsson.com/apis/oauth2-framework/downloads

这与RESTLet紧密相关。

http://wiki.apache.org/incubator/AmberProposal

我们看了一下,但很难说出项目的状态。

https://bitbucket.org/smartproject/oauth-2.0/wiki/Home

我们刚开始看这个。

我们的主要目标是与泽西岛作为资源提供者进行简单集成。

1 个答案:

答案 0 :(得分:5)

我们最终使用Amber,根据需要修改集成测试中的端点。

oauth-2.0/integration-tests/src/test/java/org/apache/oltu/oauth2/integration/endpoints/