Suggestions for OAuth2 libraries for integration with Jersey? [closed]

倾然丶 夕夏残阳落幕 提交于 2020-01-01 09:39:13

问题


I am working on making Jersey web services available using OAuth2 to other clients and am having a tough time finding libraries that tie in nicely with Jersey. So far I have looked at the following libraries.

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

We got the demo working, but do not want to use spring security.

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

This is tied tightly to RESTLet.

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

We looked briefly, but it hard to tell the status of the project.

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

We just started looking at this one as well.

The main goal we have is simple integration with Jersey as a Resource Provider.


回答1:


We ended up using Amber, modifying the endpoints from the integration tests as needed.

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



来源:https://stackoverflow.com/questions/4652146/suggestions-for-oauth2-libraries-for-integration-with-jersey

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!