![]()
Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows
Portal Authentication
Authentication means that users identify themselves to gain access to the system. Users can identify themselves immediately upon entry to the system or they can be challenged by the system when they try to access a protected resource before identifying themselves. The user ID/password combination is the most common method of identifying a user to the system.
You can have simultaneous, multiple logins using the same user ID and password, but these may result in a non-reliable behavior depending on the client or authentication method; therefore, IBM WebSphere Portal Express does not support simultaneous, multiple logins.
After a user has been authenticated, the system can determine if that user is authorized to access the resources that are requested. See Authorization for more information on accessing resources.
WebSphere Portal Express allows the following methods for login and authentication:
- Form based authentication:
- By default WebSphere Portal Express uses the Custom Form-based Authentication mechanism of IBM WebSphere Application Server to prompt users for identity. Users type their user ID and password in the login portlet or the login screen of the portal.
- SSL client certificate authentication:
- Alternately you can configure authentication via certificates that are stored in the browser or a SmartCard via SSL client certificate authentication. In this case the authentication is done for the users when they access the protected area of the portal.
- Third party authentication:
- You can also configure the portal for third-party authentication, for example, through an external security manager such as IBM Tivoli Access Manager for e-business. With this method the portal trusts that the authentication was done by the third-party product.
- Automatic login with the login URL:
- It is possible to log into the portal by using the following URL...
http://server:port/wps/portal/cxml/04_SD9ePMtCP1I800I_KydQvyHFUBADPmuQy?userid=userid&password=passwordThis method is suitable for automatic logon by a utility program for administrative purposes.
Related information
See also
Parent topic:
Planning