Disable step-up authentication, the Remember me cookie, or both on Linux

You can disable the step-up authentication task and/or the Remember me cookie task to remove the features from system.

To disable step-up authentication and/or the Remember me cookie:

  1. Choose one of the following configuration options:

    Disabling step-up authentication and the Remember me cookie configuration options

    Option Steps
    Disable both step-up authentication and the Remember me cookie Complete the following steps to disable step-up authentication and the Remember me cookie:

    1. Edit WP_PROFILE/ConfigEngine/properties/wkplc.properties

    2. 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.

    3. Save changes to wkplc.properties.

    4. Run the ./ConfigEngine.sh disable-stepup-authentication -DWasUserid=wasuser -DWasPassword=foo task from the WP_PROFILE/ConfigEngine.

    Disable only step-up authentication Complete the following steps to disable only step-up authentication:

    1. Edit WP_PROFILE/ConfigEngine/properties/wkplc.properties

    2. 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.

    3. Save changes to wkplc.properties.

    4. Run the ./ConfigEngine.sh disable-stepup-authentication -DWasUserid=wasuser -DWasPassword=foo task from the WP_PROFILE/ConfigEngine.

    Disable only the Remember me cookie Run the ./ConfigEngine.sh disable-rememberme -DWasUserid=wasuser -DWasPassword=foo task from the WP_PROFILE/ConfigEngine.

  2. 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.

  3. Stop and restart the appropriate servers to propagate the changes.


Parent

Linux: Enable step-up authentication, the Remember me cookie, or both

 


+

Search Tips   |   Advanced Search