Disable step-up authentication and the Remember me cookie
We can disable the step-up authentication feature or the Remember me cookie to remove them from the server.
- Go to WP_PROFILE/ConfigEngine/properties.
- Open the wkplc.properties file with a text editor.
- Enter one of the following values for the disable_rememberme parameter under the StepUp Authentication heading:
Add the disable_rememberme parameter to the wkplc.properties file if it does not exist.
- If we are disabling both step-up authentication and the Remember me cookie, enter true.
- If we are disabling step-up authentication only, enter false.
- If we are disabling the Remember me cookie only, leave blank.
- Save the changes to the wkplc.properties file.
- Open a command prompt.
- Change to the WP_PROFILE/ConfigEngine.
- Choose one of the following tasks to modify the environment:
- If we are disabling step-up authentication and or the Remember me cookie, run the disable-stepup-authentication task.
- If we are disabling the Remember me cookie only, run the disable-rememberme task.
Use the following command syntax:
./ConfigEngine.sh task_name -DWasPassword=foo
Where task_name is either disable-stepup-authentication or disable-rememberme.
- Check the output for any error messages before running any additional tasks. If ConfigEngine tasks fail, verify the values in the wkplc.properties file.
- Stop and restart the appropriate servers to propagate the changes.
Parent Enable step-up authentication and the Remember me cookie