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.  Redirect after successfully login

    Posted 25 days ago

    Hi,

    We have one reverse proxy in one region A and one reverse proxy in other region B, both reverse proxy serving for different and some same application. 

    The LB on reverse proxy on region A is apps1.abcd.com and LB on region B reverse proxy is on apps2.abcd.com

    one application name "console" we have integrated in both in region A and region B reverse proxy and the application is integrated with header based using junction name /console in both region A and region B RP.

    The application "console" have requirement that once user access on "console" application on region A RP using URL https://apps1.abcd.com/console then user will get login page from region A RP but once user submit the login page user needs to redirect to region B reverse proxy console application URL https://apps2.abcd.com/console and the session should be established in region A RP

    1. https://apps1.abcd.com - junction /console (region A)
    2. https://apps2.abcd.com - junction /console (region B)

    is there a way to achieve it, redirect to specific URL after successful login from RP for a specific junction only.

    Thanks and Regards,

    Rahul Verma



    ------------------------------
    Rahul Verma
    ------------------------------


  • 2.  RE: Redirect after successfully login

    Posted 23 days ago

    Perhaps either local response redirection or using a transformation rule?  Carry the session over either using a federation or domain cookies or failover cookies.



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



  • 3.  RE: Redirect after successfully login

    Posted 23 days ago

    hi Matt

    thanks for sharing the solution for this but i have tried with the local response redirect but it does not work it will redirect user soon user accessing the URL https://apps1.abcd.com/console it redirect to https://apps2.abcd.com/console without prompt user to login page from region A and it will be go for region B login page



    ------------------------------
    Rahul Verma
    ------------------------------