single sign on

Hi

Would appreciate if someone can answer these questions (or point to

resources on the web):

1) Has anyone implemented single sign on with iPlanet?

2) Has anyone used the Session API to implement single sign on?

3) Has anyone implemented a single sign on solution across multiple domains?

thanks

shekar

[359 byte] By [708766] at [2007-11-25 4:31:58]
# 1

Yes it has been successfully implemented across iplanet products and domains.

At a high-level, single signon application development requires :

1. Use the Session API to validate an HTTP request from the user into an iPlanet Portal Server session.

2. Use the Profile and Policy API to access the application-specific authentication information that is stored in the iPlanet Portal Server profile.

For more details visit the following url:

http://docs.iplanet.com/docs/manuals/portal/30/progref/signon.htm#11284

708766 at 2007-6-30 21:19:25 > top of Java-index,Web & Directory Servers,Portal Servers...