Configure Remember me for Java Platform, Enterprise Edition authentication
We can configure a Remember me cookie for Java Platform, Enterprise Edition authentication that works with step-up authentication. When this feature is enabled, users are logged in automatically when they access a protected portal area by presenting a valid Remember me cookie.
If the portal area has a higher step-up authentication, users are asked to provider their user ID and password credentials. Otherwise, the users can enter the protected area without providing their credentials.
- 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 Enable step-up authentication and the Remember me cookie