Configure Remember me for J2EE authentication on Solaris
WebSphere Portal allows us to configure Remember me for J2EE authentication, which works in conjunction with step-up authentication. When this feature is enabled, a user is logged in automatically when accessing a protected portal area by presenting a valid Remember me cookie. Unless the requested resource has a higher step-up authentication requirement, the user is not asked to provide any other proof of identity (for example, user name and password) to enter the protected portal area.To enable J2EE authentication using a Remember me cookie:
- Make sure the WebSphere_Portal server is running.
- Log on to the WAS admin console as an administrator.
- Click Resources > Resource Environment > Resource Environment Providers .
- Click WP RememberMeConfigService to open the properties view.
- Click Custom properties.
- Click New.
- Enter the following values for the new property.
- Name: j2eeAuthenticate
- Value: true
- Type: java.lang.Boolean
- Click OK.
- Click the Save link in the Messages box to save the changes to the master configuration.
Parent: Solaris: Enable step-up authentication, the Remember me cookie, or both