---
title: Deploying the OpenToken Agent
description: To allow your web application to send and receive user attributes in OpenToken format, deploy theplatformOpenToken agent on your application server.
component: net
page_id: net:setup:pf_net_ik_deploying_the_opentoken_agent
canonical_url: https://docs.pingidentity.com/integrations/net/setup/pf_net_ik_deploying_the_opentoken_agent.html
revdate: June 20, 2024
section_ids:
  steps: Steps
---

# Deploying the OpenToken Agent

To allow your web application to send and receive user attributes in OpenToken format, deploy theplatformOpenToken agent on your application server.

## Steps

1. Download the .NET Integration Kit `.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/net-integration-kit).

2. Stop your web application.

3. If you are upgrading from a previous version of the .NET Integration Kit, delete your existing `opentoken-agent.dll` file.

4. From the integration `.zip` archive, copy `dist/opentoken-agent.dll` to a location that your .NET application can access.

5. Start your web application.

6. If you have more than one web application, repeat steps 1-5 for each application.
