Disable step-up authentication, the Remember me cookie, or both on Linux
We can disable the step-up authentication task and/or the Remember me cookie task to remove the features from the system.To disable step-up authentication and/or the Remember me cookie:
- Choose one of the following configuration options:
Option Steps Disable both step-up authentication and the Remember me cookie To disable step-up authentication and the Remember me cookie:
- Edit wkplc.properties, located in...
WP_PROFILE/ConfigEngine/properties
- Set disable_rememberme to true in the StepUp Authentication section.
Add the disable_rememberme property to the StepUp Authentication section if it is not available in wkplc.properties.
- Save the changes to wkplc.properties.
- ./ConfigEngine.sh disable-stepup-authentication -DWasUserid=wasuser -DWasPassword=foo
Disable only step-up authentication To disable only step-up authentication:
- Edit wkplc.properties, located in...
WP_PROFILE/ConfigEngine/properties
- Set disable_rememberme to false in the StepUp Authentication section.
Add the disable_rememberme property to the StepUp Authentication section if it is not available in wkplc.properties.
- Save the changes to wkplc.properties.
- ./ConfigEngine.sh disable-stepup-authentication -DWasUserid=wasuser -DWasPassword=foo
Disable only the Remember me cookie ./ConfigEngine.sh disable-rememberme -DWasUserid=wasuser -DWasPassword=foo
- Check the output for any error messages before proceeding with any additional tasks. If any of the configuration tasks fail, verify the values in wkplc.properties.
- Stop and restart servers, dmgrs, and node agents.
Parent: Linux: Enable step-up authentication, the Remember me cookie, or both