---
title: Deploy the provisioning connector
description: Download the integration .zip archive from the Add-ons tab of the PingFederate downloads page or the Ping Identity Marketplace.
component: webex
page_id: webex:setup:pf_webex_connector_deploy_the_provisioning_connector
canonical_url: https://docs.pingidentity.com/integrations/webex/setup/pf_webex_connector_deploy_the_provisioning_connector.html
revdate: June 27, 2024
section_ids:
  steps: Steps
---

# Deploy the provisioning connector

## Steps

1. Download the integration `.zip` archive from the [**Add-ons** tab of the PingFederate downloads page](https://www.pingidentity.com/en/resources/downloads/pingfederate.html) or the [Ping Identity Marketplace](https://marketplace.pingone.com/item/webex-sso-integration).

2. Stop PingFederate.

3. Delete any existing Webex Connector files in the PingFederate directory:

   1. In the `<pf_install>/pingfederate/server/default/deploy` directory, delete the following files:

      * `pf-webex-quickconnection-<version>.jar`

      * `webex-api-4.8.1.jar`

4. Deploy the provisioning connector:

   1. Extract the Webex Connector distribution file, and then go to the `dist` folder.

   2. Copy the `pf-webex-quickconnection-<version>.jar` file to the `<pf_install>` `/pingfederate/server/default/deploy` directory.

5. Enable the PingFederate provisioning engine:

   1. In the `<pf_install>/pingfederate/bin` direcotry, open the `run.properties` file for editing.

   2. Change `pf.provisioner.mode` to `STANDALONE`. Save the file.

      |   |                                                                                                                                                                                                                                          |
      | - | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      |   | To configure the `FAILOVER` mode instead, see [Deploying provisioning failover](https://docs.pingidentity.com/pingfederate/latest/server_clustering_guide/pf_deploy_provis_failover.html) in the PingFederate *Server Clustering Guide*. |

6. Start PingFederate.

7. If you operate PingFederate in a cluster, repeat steps 1-5 for each instance of PingFederate.
