SharePoint People Picker Integration Kit

Add and deploy the solution

Steps

  1. Download the SharePoint People Picker Integration Kit .zip archive from the Add-ons tab of the PingFederate downloads page or the Ping Identity Marketplace.

  2. Extract the SharePoint People Picker Integration Kit distribution file, and then go to dist/sharepoint<yourversion>.

  3. Copy the solution (WSP) file to the SharePoint server.

  4. 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
  5. Deploy the solution using Central Administrator using the Install-SPSolution command:

    Install-SPSolution PingIdentity.SharePoint.PPClaimsProvider.wsp
    -GACDeployment