Hi @jasmedina ,
Adding to @Anshu_Kunal’s point ,
- Create a powershell script that can communicate to on-prem target application.
- The ps script will extract the accounts and access information of the identities from onprem and generates a csv.
- After that configure your delimited source (having same schema as the headers of csv generated).
- User fileupload utility to aggregate that csv file to ISC directly. File Upload Utility
- Once aggregation is done move that csv to archive folder.
- Schedule that ps script to do the same job daily/weekly as per requirement.