Symantec Access Management

 View Only
  • 1.  SiteMinder Expression Response: Resource URI

    Posted May 11, 2020 06:05 AM
    Hi,
    Lets say i have resource 
    "/rest/urls/v.1.0.6/transfers/"

    I would like to create response expression that sends both the uri (of the request / resource)  and the query string onReject-Redirect response.
    I was able to send the Query Strings via QA() but not the URI (url of the response)

    I tried to configured this response:

    /redirected/url?guid=<$expr="GET("uid")"$>&target=<$expr="URL() + QS()"$>

    Instead of the URL() it should be the request uri / the resource

    ------------------------------
    Thanks
    ------------------------------


  • 2.  RE: SiteMinder Expression Response: Resource URI
    Best Answer

    Broadcom Employee
    Posted May 25, 2020 01:46 PM
    Hi Nissim

    I don't think that your requirement can be done with a simple onReject-Redirect response. I would recommend you to build an intermediate web page to processing the response.

    Here is the flow.

    User reqeust -> "/rest/urls/v.1.0.6/transfers/" -> onReject-Redirect (redirect to intermediate web page and build new response) -> show the response (/redirected/url?guid=<$expr="GET("uid")"$>&target=<$expr="URL() + QS()"$>) 

    Kind regards

    B.K.