Symantec IGA

 View Only
  • 1.  Export attributes from create user task to txt file

    Posted May 25, 2020 05:12 PM
    Hello,

    There is a way to create a txt file with attributes from the user being created in the Create User event?

    Thanks.


  • 2.  RE: Export attributes from create user task to txt file
    Best Answer

    Broadcom Employee
    Posted May 25, 2020 07:23 PM
    Edited by Christopher Hackett May 29, 2020 04:29 PM
    You can have a PX policy execute external code and passes the user's attributes to it, or call an external Kettle job to read the newly created user's attributes from the corporate directory. Better yet, you can create a CSV connector using Connector Xpress and this is what I would do. This option will also keep the attributes in sync since it will update the values anytime they are modified in Identity Manager.



  • 3.  RE: Export attributes from create user task to txt file

    Posted May 26, 2020 09:02 AM
    Hi Iyes, do you have any documentation in how to create this connector?

    Thanks.


  • 4.  RE: Export attributes from create user task to txt file

    Posted Jun 22, 2020 01:12 PM
    Anyone have done this before through a policy xpress?


  • 5.  RE: Export attributes from create user task to txt file

    Posted Jun 23, 2020 10:23 AM
    ​Iyes suggested very good options. You should use CSV connector for this. Here is the product documentation on flat file connector if you haven't found it yet.

    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-identity-and-access-management/identity-management-and-governance-connectors/1-0/connectors/other-connectors/flat-file-connector/how-to-connect-to-flat-file.html 

    Unfortunately You can't connect to text file from PX. But still if you want to do it from PX here are your options -

    1. Insert to a DB table using PX. then offline move to text file from DB using kettle script or Java code or Manually.
    2. Call an external Java class from PX. Java class writes to text file.