IBM Security Verify

 View Only
  • 1.  Redirect to Spanish language HTML pages

    Posted Wed May 08, 2019 11:12 AM
    The portal is currently developed for both English and Spanish users. The user has the ability to choose which language he wants to use. we have implemented the MFA and currently, the user is being redirected only to the English pages for entering his OTP, is there any way we can redirect the user to Spanish pages based on the language he is using?

    ------------------------------
    Venkat
    ------------------------------


  • 2.  RE: Redirect to Spanish language HTML pages

    Posted Wed May 08, 2019 11:24 AM
    Hello,

    Access Manager selects the language it will display based on the language setting in the browser.
    I don't know if it is possible to override this based on something else (which I think is what you are asking for).

    Unless someone else knows better, you might need to put some server-side scripting in the default pages which identifies the language (in whatever way you are using) and then returns different content as appropriate.  You could also put the logic in client-side script but that would mean sending more data to the browser.

    Jon.

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



  • 3.  RE: Redirect to Spanish language HTML pages

    Posted Wed May 08, 2019 03:29 PM
    --- After changing browser language, now receiving "Your login was successful" (in Spanish) from the Reverse Proxy ---

    This is likely because the Reverse Proxy is now also sending back the pages from its Spanish language directories.
    I suspect that you may have made changes to the login_success.html in the default (C) directory which now need to be made in the es directory too.

    Jon.

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