Disable both step-up authentication and the Remember me cookie
| Perform the following steps to disable step-up authentication and
the Remember me cookie:
- Use a text editor
to open the wkplc.properties file, located
in the wp_profile\ConfigEngine\properties directory.
- Set disable_rememberme to true in
the 'Step-up Authentication and Remember Me Config' properties section.
- Save your changes to the wkplc.properties file.
- Run the ConfigEngine.bat disable-stepup-authentication -DPortalAdminPwd=password task
from the wp_profile\ConfigEngine directory.
|
Disable only step-up authentication
| Run
the ConfigEngine.bat disable-stepup-authentication -DPortalAdminPwd=password task
from the wp_profile\ConfigEngine directory.
|
Disable only the Remember me cookie
| Run
the ConfigEngine.bat disable-rememberme -DPortalAdminPwd=password task
from the wp_profile\ConfigEngine directory.
|