Password Sharing?

I want to be able to have my user log onto the portal and then capture the

userid/password and use it to gain access into another application. For

example I inside my Portal I'm supplying a Channel to that queries a DBMS

for some basic information user specific information and displays it to the

user. I don't want the user to enter his/her login & password again as they

will be the same as the portal login username/password. Can i do this?

Mike

[504 byte] By [708801] at [2007-11-25 4:32:40]
# 1

One way to do this would be to write your custom authentication to capture that information and then you have the flexibility to do what you want with it,

another option is you can have your own custom attributes and prepopulate the users username and password in those attributes and use that to authenticate with the dbms ..

Karthik_Krishnamoorthy at 2007-6-29 2:41:51 > top of Java-index,Web & Directory Servers,Portal Servers...