Websphere Portal 和 .NET 应用程序之间的 SSO

发布于 2024-11-07 20:18:55 字数 208 浏览 0 评论 0原文

在 WebSphere Portal Portlet 和 .NET 应用程序之间配置 SSO 的最佳方法是什么?

我们使用的是 WebSphere Portal 6.1.5,portlet 应该只重定向到 .NET 应用程序,但不需要用户登录,因为他们已经在门户上登录了。 Portal 和 .NET 应用程序都使用相同的 Active Directory (LDAP) 进行身份验证。

What's the best way to configure SSO between a WebSphere Portal Portlet and a .NET application?

We are using WebSphere Portal 6.1.5 and the portlet should just redirect to the .NET application, but not require the user to login since they already did on portal. Both Portal and .NET app are using same Active Directory(LDAP) for authentication.

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

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

发布评论

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

评论(1

眼中杀气 2024-11-14 20:18:55

SPNEGO 是一种在 WebSphere 和 Windows 中广泛用于 SSO 的机制。我不确定 .Net 应用程序,但值得您花时间探索并看看这是否可以帮助您实现您的需求。

尝试获取有关 SPNEGO 和 WebSphere 的一些基本信息

http://www .ibm.com/developerworks/websphere/library/techarticles/0809_lansche/0809_lansche.html
使用相同的 LDAP 进行身份验证并不一定意味着什么。在大多数 SSO 场景中,并非所有后端服务器都使用相同的 LDAP 存储库。我在这里想说的是,LDAP 服务器和 SSO 之间没有很强的关联性。

华泰
曼鲁

SPNEGO is a mechanism that is widely used in WebSphere and Windows for SSO. I am not sure about .Net applications but it is worth your time to explore and see if this would help you in achieving your needs.

Try this for some basic info on SPNEGO and WebSphere

http://www.ibm.com/developerworks/websphere/library/techarticles/0809_lansche/0809_lansche.html
Using same LDAP for authentication does not necessarily mean anything. In most of the SSO scenarios, not all the back end servers use the same LDAP repository. All i am trying to say here is that there is no strong co-relation between the LDAP server and SSO.

HTH
Manglu

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