SSO with domino from 3'rd party CMS

I’m trying to create SSO between out intranet and Domino to be able to have users post data back to domino.

Our intranet is java based and its not an IBM product (no ltpa).

How would I achive this ?

Can I create a LTPA token by code ?

If I use SSL and login by URL will my username/password still be unencrypted being part of the url ?

Could I solve this by using DIIOP / Corba for the posts ?

Thanks alot

Klaus Terman

Subject: SSO with domino from 3’rd party CMS

You can - partly depends on where your user directory is and what exactly needs to be done. You could just handle all the Domino interaction through diiop on the backend and not even bother with SSO for the end users. Or, if your users exist in Domino, you can also generate an LtpaToken via diiop so that they can SSO to Domino

Some posts/links to check out

http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/0f330d6f9f24d9ed852573c60062fe29?OpenDocument

and

Subject: RE: SSO with domino from 3’rd party CMS

Thanks alot Erik. Thats just the kind of direction I was looking for.U Rock