1. Extract the SharePoint People Picker Integration Kit distribution file, and then go to dist/sharepoint<yourversion> .
  2. Copy the solution (WSP) file to the SharePoint server.
  3. Open the SharePoint Management Shell (PowerShell) as Administrator and use the Add- SPSolution command to add the solution to the farm:
    Add-SPSolution -LiteralPath 
    C:\path\PingIdentity.SharePoint.PPClaimsProvider.wsp
  4. Deploy the solution using Central Administrator using the Install-SPSolution command:
    Install-SPSolution PingIdentity.SharePoint.PPClaimsProvider.wsp 
    -GACDeployment