Symantec IGA

 View Only
  • 1.  Portal - Plug in function to query my current loginid

    Posted Jul 29, 2020 10:40 PM
    Hi Team,
    Identity Suite 14.3 VAPP.
    Q. In Identity Portal, we can defined with plug in, inside plug in can we perform internal query to find out what is my loginid id ?

    regards,
    William


  • 2.  RE: Portal - Plug in function to query my current loginid

    Broadcom Employee
    Posted Jul 30, 2020 10:56 AM
    From the plugin sample you can use getUser:

    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-identity-and-access-management/identity-portal/14-3/programming/ca-identity-portal-developer-guide/plugins/plugin-samples.html
    ,
    // use of Sigma services to get a user object User user = sigmaServices.getUser("Some user Id");
    The javadoc will have more info on the methods:
    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-identity-and-access-management/identity-portal/14-3/programming/javadoc-for-ca-identity-portal-plugins.html





    ------------------------------
    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: Portal - Plug in function to query my current loginid

    Posted Aug 02, 2020 10:03 PM
    How about getting the value of Current Logged on portal user ?