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
-
Open SharePoint Management Shell as an Administrator.
-
Execute each command listed below.
$ti = Get-SPTrustedIdentityTokenIssuer "<Partner STS Name>" $ti.ClaimProviderName = "PingIdentityPeoplePickerProvider" $ti.Update()
Replace "<PartnerSTSName>" with the name of your configured Trusted Identity Token Issuer.