Add and deploy the solution
Steps
-
Extract the SharePoint People Picker Integration Kit distribution file, and then go to
dist/sharepoint<yourversion>
. -
Copy the solution (WSP) file to the SharePoint server.
-
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
-
Deploy the solution using Central Administrator using the
Install-SPSolution
command:Install-SPSolution PingIdentity.SharePoint.PPClaimsProvider.wsp -GACDeployment