泽西岛 +认证2.0

发布于 2024-12-06 05:57:07 字数 198 浏览 1 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情未る 2024-12-13 05:57:07

我们支持 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文