---
title: Run on connector script
description: Connectors continue to be released outside the IDM release. For the latest documentation, refer to the OpenICF documentation.
component: pingidm
version: 7.2
page_id: pingidm:connector-dev-guide:scripts/script-run-on-connector
canonical_url: https://docs.pingidentity.com/pingidm/7.2/connector-dev-guide/scripts/script-run-on-connector.html
---

# Run on connector script

|   |                                                                                                                                                                                   |
| - | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | Connectors continue to be released outside the IDM release. For the latest documentation, refer to the [OpenICF documentation](https://docs.pingidentity.com/openicf/index.html). |

A run on connector script enables IDM to run a script in the context of the connector.

* Input variables

  The following variables are available to a run on connector script:

  * configuration

    A handler to the connector's configuration object.

  * options

    A handler to the Operation Options.

  * operation

    An OperationType that corresponds to the action (`RUNSCRIPTONCONNECTOR`).

  * arguments

    The `arguments (Map)` of the script (can be `null`).

  * log

    A logger instance for the connector.

* Returns

  Any object that is returned by the script.
