| Disable both step-up authentication and the
Remember me cookie |
Complete the following steps to disable step-up
authentication and the Remember me cookie:- Use a text
editor to open the wkplc.properties file, located
in the wp_profile_root\ConfigEngine\properties directory.
- Set disable_rememberme to true in
the StepUp Authentication section.
Note: Add
the disable_rememberme property to the StepUp
Authentication section if it is not available in wkplc.properties.
- Save your changes to
the wkplc.properties file.
- Run the ConfigEngine.bat disable-stepup-authentication
-DWasUserid=wasuser -DWasPassword=password task
from the wp_profile_root\ConfigEngine directory.
|
| Disable only step-up authentication |
Complete the following steps to disable only
step-up authentication:- Use a text
editor to open the wkplc.properties file, located
in the wp_profile_root\ConfigEngine\properties directory.
- Set disable_rememberme to false in
the StepUp Authentication section.
Note: Add
the disable_rememberme property to the StepUp
Authentication section if it is not available in wkplc.properties.
- Save your changes to
the wkplc.properties file.
- Run the ConfigEngine.bat disable-stepup-authentication
-DWasUserid=wasuser -DWasPassword=password task
from the wp_profile_root\ConfigEngine directory.
|
| Disable only the Remember me cookie |
Run the ConfigEngine.bat disable-rememberme
-DWasUserid=wasuser -DWasPassword=password task
from the wp_profile_root\ConfigEngine directory. |