How to enable unified login for Client Automation Web Console?
search cancel

How to enable unified login for Client Automation Web Console?

book

Article ID: 49982

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation CA Client Automation - Patch Manager

Issue/Introduction

The unified login allows a user to access the Web Console without having to enter their user credentials so long as the user you are logged in with has access to the Client Automation.

Environment

Client Automation - All Versions

Resolution

  1. Set the "Unified Login" configuration policy to "True" under "Web Services.



  1. Add the following two lines to WACconfig.properties file under

    #### Unified Login
    attemptUnifiedLogin=true


    This file is located by Default at:
    ..\Program Files\CA\DSM\Web Console\webapps\wac\WEB-INF\classes\com\ca\wac\config

  2. Save the file and recycle Tomcat by running "caf stop tomcat" and "caf start tomcat"

  3. Close any open browsers that were accessing the Web Console and open a new browser to access the Web Console URL (http://ServerName/wac ) and you should not be prompted for your credentials.