Symantec IGA

 View Only
  • 1.  URL redirection

    Posted Feb 11, 2020 07:25 AM
    Hi All, 

    I have a scenario where i send email notification to a user. I have href to idm url in the email body.

    On click on that link, user should be redirected to idm View submitted tasks page.
    (VST-> provide task id-> click on search->then task details) I want to avoid this step and user should directly land in task details page

    I have tried below URLs

    https://ipname/iam/im/idmenv/index.jsp?task.tag=ViewSubmittedTasks&action.viewsubmitted=<TASKID>
    https://ipname/iam/im/idmenv/index.jsp?task.tag=ViewSubmittedTasks&taskID=<TASKID>
    https://ipname/iam/im/idmenv/index.jsp?task.tag=ViewSubmittedTasks&task.id=<TASKID>


    All these are taking me to VST home page only not to specific task details page.

    Thanks.


  • 2.  RE: URL redirection
    Best Answer

    Broadcom Employee
    Posted Feb 11, 2020 11:11 AM
    We did some testing but were unable to get this working either.  It appears there is some server-side code handling the link to a specific submitted task.  If you don't find a way to make this work, you could submit an Idea in the Communities for a product enhancement.

    ------------------------------
    ------------------------------
    And, as always Perhaps there are others in the communities who have experience in doing this and we invite them to comment here also.

    Another option may be to reach out to our partner HCL Technologies to see in what way they can assist further. The Enterprise Studio team of HCL can be reached at enterprisestudio@hcl.com. https://www.hcltech.com/enterprise-studio
    ------------------------------



  • 3.  RE: URL redirection

    Broadcom Employee
    Posted Feb 18, 2020 10:36 AM
    Hi Ashok
    Managed to get one step ahead, and display the specific taskID using
    https://10.10.10.10/iam/im/identityEnv/ui7/index.jsp?task.tag=ViewSubmittedTasks&action.submittedtasks.search=search&searchtaskidfilter=<taskid>

    Still working on it - will share any new findings if and when !

    Regards
    Rinat Matityahu
    Principal Support Engineer
    Broadcom Technical Support - EMEA


  • 4.  RE: URL redirection

    Posted Feb 18, 2020 11:16 AM
    Thanks Rinat .


    That's a great news.