Lotus Notes client login and websphere portal login

Hello,Does anyone know if there is a way to login automatically after Notes client login,into a websphere portal that is using Domino LDAP.

Here is what I want to acheive:

1)User logs into Notes client

2)User opens a web site from a websphere portal and it should not ask for user name and password

3)User closes lotus notes client and if the user then tries to login to websphere portal it should then ask for the user name.

In other words, websphere portal site should not ask for user credentials as long as the user is logged into the Notes client

Would appreciate if anyone post a solution for this.

Thanks in advance

Subject: Custom login module?

Hi,

I am not sure if this will solve your problem, but you could probably contribute a custom login module to achieve this. Some info about creating login module at this link:

http://publib.boulder.ibm.com/infocenter/ledoc/v6r1/topic/com.ibm.rcp.tools.doc.appdev/tsecloginconfig.html

Or you could even raise a PMR to ask this question.

Thanks and Regards,

Vedika.

Subject: Re-Custom Login Module

I tried reading the link.I am looking at Notes client vs websphere.

Do I need Lotus Expeditor to accomplish this?

Subject: No, I don’t think so…

Hi,

If you have eclipse ready for notes plugin development, you can follow the steps of that link to create a plugin (having custom login module) for notes.

The link specifies that you have to extend from extension points of com.ibm.rcp.security.auth plugin. This plugin is present in notes target platform also.

Regards,

Vedika.