CA Service Management

  • 1.  redirect login webpage catalog

    Posted Jul 17, 2017 01:12 PM

    good morning I need to make a configuration in catalog that when loading my catalog page http://154.552.455.265:8080/usm/wpf I will first be redirected to a welcome page (Diferent page from other domain)
    I do not have IIS configured

     any ideas THANK YOU



  • 2.  Re: redirect login webpage catalog
    Best Answer

    Broadcom Employee
    Posted Jul 18, 2017 05:04 AM

    Good Morning John.
     
    Please inform us of the release(12.8,12.9,14.1,17.0) you want this to be implemented?
     
    Do I understand this correctly that you want this to happen when you start the CA Service Catalog(SC) UI via:
    Start programs and hit the 'CA Service Catalog - Web Client' icon?
     
    Or do the users enter the SC-Address in the browser and open the login page that way?
    http://<host>:<port>/usm/wpf
    In that case, you could consider to create your own .html file like this, with the below content:
    <div style="text-align:center">
    <br/>
    Copyright CA Technologies 2013
    <br/>
    <br/>
    CA Service Catalog PRE-Login
    <br/>
    <br/>
    <HTML><a href="http://amelo01-i1660:8080/usm/wpf" target="_blank">CA SC-Login</a></HTML>
    </div>
     
    And then open/start with that page in the browser's address field: C:\TEMP\sc-login.html
     
    Kind regards, Louis van Amelsfort.



  • 3.  Re: redirect login webpage catalog

    Broadcom Employee
    Posted Jul 18, 2017 06:25 AM

    Are these end-users, or do they have the Catalog user role? Because one way would be to create/embed the landing page as the default dashboard.

     

    Alternatively, if you have any of the Single Sign-On options configured so they wouldn't need to go via a logon page, you could easily direct users to go to your landing page first, and then on to the Catalog itself.

     

    Single Sign On Authentication - CA Service Management - 17.0 - CA Technologies Documentation 

     

    regards

    Iain