---
title: PingFederate SP configuration
description: Unzip the distribution .zip archive and copy the following file to the server/default/deploy folder in your PingFederate server installation:
component: oam
page_id: oam:setup:pf_oam_ik_pf_sp_configuration
canonical_url: https://docs.pingidentity.com/integrations/oam/setup/pf_oam_ik_pf_sp_configuration.html
revdate: July 5, 2024
section_ids:
  steps: Steps
---

# PingFederate SP configuration

## Steps

1. Unzip the distribution `.zip` archive and copy the following file to the `server/default/deploy` folder in your PingFederate server installation:

   `dist/pf-oam-adapter-3.1.0.jar`

2. Add the following to `<PF_INSTALL>/bin/run.properties`:

   `pf.oam.ik.ssoUrl=<PF_SSO_URL>`

   where PF\_SSO\_URL is the Sp-initiated Single sign on URL. For example:

   ```
   https://<PF_HOST>:<PF_PORT>/sp/startSSO.ping?PartnerIdpId=<PARTNER_ID>
   ```

   |   |                                                                                         |
   | - | --------------------------------------------------------------------------------------- |
   |   | The Target Resource URL will be determined by the adapter based on the request context. |

3. Start or restart the PingFederate Server.
