

- #Universal type client generic port install#
- #Universal type client generic port update#
- #Universal type client generic port driver#
Make sure that sensitive data will not be saved to the disk during the session in case some data is saved, consider cleaning this data as part of the AutoIt script. Make sure that the password used by the PSM Universal Connector connection client cannot be exposed to the user interface.
#Universal type client generic port driver#
Do not modify this file.įiles that comprise a driver that enables you to test your customized connection component: You can copy this script and customize it.Īn AutoIt script that contains the API functions required for the PSM Universal Connector connection component. This file contains a skeleton script for the PSM Universal Connector connection component. This sample is also created as a sample connection component in the PVWA.

#Universal type client generic port update#
In the PSMGenericClientDriver.xml file, update the SessionProperties section and specify values that you will use to test connections using your application. For more information about this API, see the Custom Universal Connectors.ĭebug and test the AutoIt script using the Generic Client Driver supplied by CyberArk, as follows:Ĭopy the following files from the PSM\Components folder on the PSM machine to the same folder of the new au3 script on your development workstation: Replace the "Handle login here! comment" with the logic that handles the login using the PSM Universal Connector API. Specify the path of the application to execute. Replace each of the " CHANGE_ME" comments with your own code/constants. au3 file and change the code contained in it, as follows:

In the Components subfolder of the PSM installation folder, copy 3 to your development environment and rename it, but do not change the.
#Universal type client generic port install#
Install the application to integrate on your development machine.
