Symantec Access Management

 View Only
  • 1.  Query parameter in login page URL

    Posted Dec 10, 2019 07:30 AM
    Hello All,

    We have a requirement where when users accesses a protected URL with query parameter. The user is redirected to the login page, but the query parameters are dropped from the URL i.e. login URL. We need those query parameters in the login URL as well.  

    On that step where the login page is presented to user, the query parameters are dropped. They are retained and the following page will contain them. But for the actual login page parameters are dropped.

    Is there any way to achieve this?

    Thank You
    Ankur Taneja

    ------------------------------
    #SSO #SingleSignON
    ------------------------------


  • 2.  RE: Query parameter in login page URL
    Best Answer

    Posted Dec 27, 2019 03:42 PM

    The entire protected URL with query string parameters will be available to the Login page in a query string parameter called "TARGET". You can read the "TARGET" query string parameter in the Login page which will give the "protected URL with query string parameters". You can then get the query string parameters of the protected URL.

    Thanks,
    Gopi