Websphere Portal 和 .NET 应用程序之间的 SSO
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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