使用 Java 和 SAML 2.0 的 Web SSO

发布于 2024-08-20 08:27:06 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(6

烟织青萝梦 2024-08-27 08:27:07

最近为应用程序实施了 SAML 身份验证,我在 OASIS SAML2 技术概述文档中找到了最有用的信息。它非常易读并且包含所传递的 XML 消息的真实示例。

第 5.1 节描述了让您的应用程序(服务提供商或 SP)向远程身份提供商 (Idp) 请求身份验证的交互。

http://wiki.oasis-open.org/security/Saml2TechOverview

Having recently implemented SAML authentication for an application I found the most useful information in the OASIS SAML2 technical overview document. It's very readable and contains real examples of the XML messages that are passed.

Section 5.1 describes the interaction of having YOUR application (service provider or SP) request authentication to a remote identity provider (Idp).

http://wiki.oasis-open.org/security/Saml2TechOverview

瀟灑尐姊 2024-08-27 08:27:07

提供更多最新答案,因为有一段时间没有访问过这个问题:

如果您已经在做一个 Spring 项目,我已经使用 Spring Security SAML 取得了成功。您不必使用 Spring Security 来保护您的应用程序即可使用 SAML 扩展,尽管这会让事情变得更容易一些。

http://projects.spring.io/spring-security-saml/

Providing more up to date answer since this hasn't been visited in a while:

If you're doing a spring project already I've had success with Spring Security SAML. You do not have to be securing your app with Spring Security to use the SAML extension, though it make it a bit easier.

http://projects.spring.io/spring-security-saml/

度的依靠╰つ 2024-08-27 08:27:07

您需要的一切都位于 OpenSSO 站点,其中 OpenAM 作为它的后继者。

Everything you need was at the OpenSSO site, with OpenAM as it's successor.

浅浅淡淡 2024-08-27 08:27:06

您可以尝试 OpenSAML 项目;它提供了一个用于创建和验证 SAML 令牌的 Java 库。

You can try the OpenSAML project; it provides a Java library for creating and validating SAML tokens.

柠檬色的秋千 2024-08-27 08:27:06

您可以看一下 2 个产品:

两者都有相当令人印象深刻的功能列表,并提供广泛的功能SSO 代理列表。

代理方法的主要优点是您不必在应用程序中关心身份验证过程,因为它是由代理和 SSO 基础结构处理的。

如果您要开发自己的 SAML2 服务提供商,那么使用 OpenSAML 是最佳选择。缺点是这个库没有很好的文档记录。不过,您应该可以在网络上轻松找到一些有关 OpenSAML 的教程。
例如,您可以将其实现为 servlet 过滤器,这样您的应用程序代码就不会与 SAML 绑定。

You could take a look at 2 products:

Both have a rather impressive features list and offer a wide list of SSO agents.

The main benefit of the agent approach is that you don't have to care in your application about the authentication process as it is handled by the agent and the SSO infrastructure.

If you're going to develop your own SAML2 Service Provider, using OpenSAML is the way to go. The downside is that this library is not that well documented. Nevertheless you should find easily some tutorials on OpenSAML on the web.
You could implement it for example as a servlet filter, so that your application code is not tied to SAML.

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