泽西岛 +认证2.0
我正在使用 Jersey + Spring 3.0 创建 REST API。 Jersey 已设置并且工作正常,但是我现在需要向服务添加身份验证。
最初我被要求研究 Oauth,但我正在考虑 Oauth 2.0,因为它(显然)对于最终用户来说更容易使用。
所以基本上: 可以与 Jersey 一起使用吗?有人有指导吗?是否存在任何库(如果需要的话)?
I'm working on the creation of a REST API using Jersey + Spring 3.0. Jersey is set up and is working correctly however I'm at the point where I need to add authentication to the service.
Initially I was asked to look into Oauth however I am considering Oauth 2.0 due to it (apparently) being quite a bit easier for end users to use.
So basically:
Is it possible to use with Jersey? Does anyone have any guides? Do any libraries exist (if they're even needed)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们支持 oauth 1.0(2 足和 3 足)。请参阅 maven 上的 com.sun.jersey.contribs.jersey-oauth 组 id。我不知道有任何专门用于 OAuth 2.0 的库 - OAuth 2.0 仍在进行中。
We do support oauth 1.0 (both 2-legged and 3-legged). See com.sun.jersey.contribs.jersey-oauth group id on maven. I am not aware of any library specifically for OAuth 2.0 - OAuth 2.0 is still a work in progress.