Lotus Notes和C#SSO [英] Lotus Notes and c# SSO

查看:82
本文介绍了Lotus Notes和C#SSO的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图从我的ASP.NET应用程序到Lotus Notes服务器创建一个SSO.

I am trying to create a SSO from my ASP.NET application to the Lotus Notes server.

一旦用户登录到我的服务器,我可以在Lotus Notes中创建令牌,然后执行SSO.

Once the user logged in to my server, can I create a token in Lotus notes and then do a SSO.

谢谢 班瓦尼

推荐答案

Domino服务器通常支持4种认证方式: - 基本的 -会话(Domino会话ID) -LTPA(IBM SSO) -SPNEGO(8.5.1版中的新功能)

Typically a Domino server supports 4 modes of authentication: - BASIC - session (Domino Session Id) - LTPA (IBM SSO) - SPNEGO (new from 8.5.1)

LTPA通常是实现SSO的方法.有Domino API可以创建它,但是您肯定需要用户密码.另一方面,您可以考虑从头开始构建自己的LTPA(可以使用LTPA v1的算法).

LTPA is typically the way to achieve SSO. There are Domino APIs to create it but you will certainly need the user password. On the other hand, you can consider build your own LTPA from scratch (algorithm of LTPA v1 is available).

最后但并非最不重要的一点是,您可以在Domino服务器之前设置IIS并使用Websphere插件,以便在Domino和IIS之间定义信任关系,这会将Windows帐户转发给Domino

Last but not least, you can set an IIS in front of your Domino server and use the Websphere plugin so that a trust is define between Domino and IIS, which will forward the windows account to Domino

查看全文

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆