+

Search Tips   |   Advanced Search

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


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:

  1. 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:

    1. Edit wkplc.properties, located in...

        WP_PROFILE/ConfigEngine/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 the changes to wkplc.properties.

    4. ./ConfigEngine.sh disable-stepup-authentication -DWasUserid=wasuser -DWasPassword=foo
    Disable only step-up authentication To disable only step-up authentication:

    1. Edit wkplc.properties, located in...

        WP_PROFILE/ConfigEngine/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 the changes to wkplc.properties.

    4. ./ConfigEngine.sh disable-stepup-authentication -DWasUserid=wasuser -DWasPassword=foo
    Disable only the Remember me cookie ./ConfigEngine.sh disable-rememberme -DWasUserid=wasuser -DWasPassword=foo

  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 servers, dmgrs, and node agents.


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