Disable step-up authentication and/or the Remember me cookie
You can disable the step-up authentication task and/or the Remember me cookie task to remove the features from your system.
Perform the following steps to disable step-up authentication and/or the Remember me cookie:
- Choose one of the following configuration options:
Option Description Disable both step-up authentication and the Remember me cookie To disable step-up authentication and the Remember me cookie:
- Edit...
profile_root/ConfigEngine/properties/wkplc.properties
- Set disable_rememberme to true in the 'Step-up Authentication and Remember Me Config' properties section.
If disable_rememberme is not available in wkplc.properties, add it.
- Save changes to wkplc.properties.
- Run...
./ConfigEngine.sh disable-stepup-authentication -DWasUserid=wasuser -DWasPassword=password
from the profile_root/ConfigEngine directory.
Disable only step-up authentication Perform the following steps to disable only step-up authentication:
- Edit...
profile_root/ConfigEngine/properties/wkplc.properties
- Set disable_rememberme to false in the 'Step-up Authentication and Remember Me Config' properties section.
If disable_rememberme is not available in wkplc.properties, add it.
- Save changes to wkplc.properties.
- Run...
./ConfigEngine.sh disable-stepup-authentication -DWasUserid=wasuser -DWasPassword=password
from the profile_root/ConfigEngine directory.
Disable only the Remember me cookie Run... ./ConfigEngine.sh disable-rememberme -DWasUserid=wasuser -DWasPassword=password
...from the profile_root/ConfigEngine directory.
- 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.
- Propagate the security changes:
Parent topic:
Secure environment on Solaris