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.  Differnt login page per junction

    Posted 05/05/22 06:24 AM
    hello all,
    i am trying for different login page apart from regular page of junction. i am trying through the use of the standard ISAM for Web login form page template, and the inbuilt macros available to the HTML. 
    please guide me.

    Shivsantosh

    ------------------------------
    shivsantosh patil
    ------------------------------


  • 2.  RE: Differnt login page per junction

    Posted 05/05/22 03:59 PM

    Shivsantosh,

     

    I would suggest that the best starting point is the official documentation.  In particular, I would suggest the following two references:

    1. https://www.ibm.com/docs/en/sva/10.0.3?topic=configuration-web-server-response
    2. https://www.ibm.com/docs/en/sva/10.0.3?topic=locations-junction-specific-static-server-response-pages

     

    I hope that this helps.

     

     

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

    IBM Master Inventor

     

     






  • 3.  RE: Differnt login page per junction

    Posted 05/06/22 09:10 AM
    @Scott Exton, does the junction specific static response work before a user is logged in?  I was under the assumption that those would not work until the session was created, and hence couldn't be used for the login page?  @shivsantosh patil if you get it working please share!

    The only way I was aware to do this, at least in the past, was either javascript in the login page that would look at the URI path and change the look on the client, or to use a login handler / EAI.  I've heard this question come up before at places I've done ITAM/ISAM/ISVA, but it never got any traction to actually be implemented.​​​

    ------------------------------
    Matt Jenkins
    ------------------------------



  • 4.  RE: Differnt login page per junction

    Posted 05/06/22 04:38 PM

    Matt,

     

    The junction specific static response pages will work prior to a session being established.  The requested URL, or Host header for virtual host junctions, is used to determine whether a junction specific page is to be returned.  I just tested this in my own environment, to ensure that I wasn't misleading anyone, and can confirm that it works as described.  The junction specific static response pages capability has been around for a number of releases now.

     

    I hope that this helps.

     

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

    IBM Master Inventor

     






  • 5.  RE: Differnt login page per junction

    Posted 05/09/22 08:57 AM
    Scott, thanks for this.  I didn't realize the login page would work with this feature since I always assumed the user had to have a session so it knew what junction was being requested.  This is great info and will probably come in handy in the future!

    ------------------------------
    Matt Jenkins
    ------------------------------



  • 6.  RE: Differnt login page per junction

    Posted 05/10/22 09:30 AM
    thank you for your help Scott.

    ------------------------------
    shivsantosh patil
    ------------------------------