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 create ISAM login page for Mobile users?

    Posted Mon July 19, 2021 08:44 AM
    Hi,

    How I can view ISAM login page in mobile device? Current ISAM login page is limited to desktop view and which is not ideal to view in mobile device.

    Thanks,
    Chakri

    ------------------------------
    Kalyan
    ------------------------------


  • 2.  RE: How to create ISAM login page for Mobile users?

    Posted Mon July 19, 2021 09:21 AM
    Edited by Jon Harry Mon July 19, 2021 09:21 AM
    Hi Chakri,

    When you say the ISAM login page, I assume you mean the login form served directly by the Reverse Proxy when you hit a protected resource.
    This page is only an example; you can replace it with a page of your choice - something mobile friendly if required.

    If you go to the Reverse Proxy configuration page, select the Reverse Proxy instance and then select Manage-->Management Root you will see the pages that are available for customization.  Under management-->C (or management-->language) you will find login.html.  You can edit this page to change the login page.  Other pages here can also be customized.

    There isn't any server-side scripting available for these pages but you can load client-side script and other assets.  If you want to, you can host these assets on the Reverse Proxy.  Usually you'd create a folder under junction-root and put them there.   They will be accessible as /folder/file on Reverse Proxy.  You just need to make sure they allow access to unauthenticated users (since they are on a login page).

    Jon.


    ------------------------------
    Jon Harry
    Consulting IT Security Specialist
    IBM
    ------------------------------



  • 3.  RE: How to create ISAM login page for Mobile users?

    Posted Tue July 20, 2021 01:49 AM
    Thank you Jon.

    ------------------------------
    Kalyan
    ------------------------------