IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to customize the landing page after login.

    Posted Thu October 15, 2020 11:25 AM

    Hi All,



    I need help, how to customize the landing page after the login. Basically, I want to show the user details(attributes) on the landing page which are present in user credentials.


    There is one page in root management i.e login_success.html how to render this page after login every time?



    ------------------------------
    Mukesh
    ------------------------------


  • 2.  RE: How to customize the landing page after login.

    Posted Thu October 15, 2020 03:39 PM
    Mukesh,
     
    You should use the 'login-redirect-page' configuration entry.  This allows you to specify the resource/URL to which the user will be redirected after every authentication.  This URL can include query string arguments which are created from specified credential attributes.  The destination resource can then use these query string arguments to construct the page.  Alternatively, if there are many credential attributes to be rendered the resource could be junctioned behind WebSEAL and WebSEAL can be configured to pass through the required credential attributes.
     
    I hope that this helps.
     
     

    Scott A. Exton
    Senior Software Engineer
    Chief Programmer - IBM Security Verify Access

    IBM Master Inventor


    Phone: 61-7-5552-4008
    E-mail: scotte@au1.ibm.com
    1 Corporate Court
    Bundall, QLD 4217
    Australia
     
     





  • 3.  RE: How to customize the landing page after login.

    Posted Fri October 16, 2020 01:39 AM
    Edited by Mukesh Bhati Fri October 16, 2020 01:40 AM
    Scott,

    Thank you for the suggestions.

    I had tried with the property that you mentioned. And, this property let me land to the page which is there under any back-end junctioned application. After login, I want the user to land to some page which is there in ISAM under management root or template files associated with AAC.
    Basically, I am trying to create an application dashboard after login so don't want any backend application running just for this single dashboard page.


    ------------------------------
    Mukesh
    ------------------------------



  • 4.  RE: How to customize the landing page after login.

    Posted Fri October 16, 2020 02:15 AM
    Mukesh,
     
    Unfortunately WebSEAL is not an application server and so it can't be used to dynamically generate page content - you might be able to do this using AAC template pages but I am not an expert on this.  You might also however be able to do this using JavaScript, and just have WebSEAL server up the static file on the local junction.
     
     

    Scott A. Exton
    Senior Software Engineer
    Chief Programmer - IBM Security Verify Access

    IBM Master Inventor


    Phone: 61-7-5552-4008
    E-mail: scotte@au1.ibm.com
    1 Corporate Court
    Bundall, QLD 4217
    Australia