---
title: Run on connector script
description: A run on connector script enables IDM to run a script in the context of the connector.
component: openicf
page_id: openicf:connector-dev-guide:scripts/script-run-on-connector
canonical_url: https://docs.pingidentity.com/openicf/connector-dev-guide/scripts/script-run-on-connector.html
---

# Run on connector script

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.
