---
title: Set the default claims provider
description: Once the claims provider is installed and activated you can set it as the default claims provider for your PingFederate Partner STS by doing the following:
component: sharepoint-peoplepicker
page_id: sharepoint-peoplepicker:setup:pf_sharepoint_peoplepicker_ik_set_the_default_claims_provider
canonical_url: https://docs.pingidentity.com/integrations/sharepoint-peoplepicker/setup/pf_sharepoint_peoplepicker_ik_set_the_default_claims_provider.html
revdate: June 20, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
---

# Set the default claims provider

## About this task

Once the claims provider is installed and activated you can set it as the default claims provider for your PingFederate Partner STS by doing the following:

## Steps

1. Open SharePoint Management Shell as an Administrator.

2. Execute each command listed below.

   ```shell
   $ti = Get-SPTrustedIdentityTokenIssuer "<Partner STS Name>"
   $ti.ClaimProviderName = "PingIdentityPeoplePickerProvider"
   $ti.Update()
   ```

   Replace "*\<PartnerSTSName>*" with the name of your configured Trusted Identity Token Issuer.
