6

我正在努力使用 OAuth2 向其他客户提供 Jersey Web 服务,并且很难找到与 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

我们也刚开始研究这个。

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

4

1 回答 1

5

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

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

于 2011-01-21T14:35:38.863 回答