PortSight Secure Access Documentation

KB-SA-0019-Can I hook up into authentication mechanism so that I can direct the user to his home page when he login?

 

Date:

September 1, 2004

 

Applies to:

Secure Access 2.1 and any later version

 

Summary:

Can I hook up into PortSight's authentication mechanism so that I can direct the user to a given page/directory that is his "home page" when he login?

 

Solution:

You can build your login page using 凙RUILogonForm - Logon Form Control?user control that throws the following events you may hook up

LogonSuccessful

This event is raised when user successfully logs on.

LogonFailed

This event is raised when logon fails.


If this control is not suitable for you it is possible to modify it, the source code is available in the "C:\Program Files\PortSight Secure Access\2.1 Catalog Manager\WebInterface" folder.