Deploy Okta People Picker for SharePoint agent

Install and deploy the Okta People Picker for SharePoint agent to your SharePoint farm environment. The following default installation steps activate the feature at the farm level.

Before you begin

Start this procedure

This procedure includes the following tasks:

1. Install Okta People Picker for SharePoint agent

2. Assign Okta Claims Provider as Trusted Identity Token Issuer

3. Validate the installation and configuration

1. Install Okta People Picker for SharePoint agent

  1. In the Okta Admin Console, go to Settings > Download and download the Okta People Picker for SharePoint Server 2013 or 2016.

  2. Enter the following PowerShell commands to add and install the Okta SharePoint solution for People Picker:

    Add-SPSolution -LiteralPath "C:\OktaClaimsProviderxx.xxx.wsp"
    Install-SPSolution -Identity "oktaclaimsproviderxx.xxx.wsp" –GACDeployment
    

    Replace the LiteralPath command-line argument with the path to the downloaded People Picker WSP solution file, and update the Identity command-line argument with the appropriate version-based file name.

  3. Deploy the agent using the SharePoint Central Administration Management Console. Confirm the installation and troubleshoot any issues.

2. Assign Okta Claims Provider as Trusted Identity Token Issuer

Assign the Okta Claims Provider that was configured during the Okta SSO configuration as the SPTrustedIdentityTokenIssuer for People Picker.

If the SPTrustedIdentityTokenIssuer was named something other than Okta during the SSO configuration, update the following commands with the correct values:

$trust = Get-SPTrustedIdentityTokenIssuer "Okta"
$trust.ClaimProviderName = "OktaClaimsProvider"
$trust.Update()

3. Validate the installation and configuration

  1. Enter the following PowerShell command to retrieve the OktaClaimsProvider value:

    Get-SPClaimProvider
    
  2. Make sure that the Okta provider is Enabled and configured as Default.

Troubleshoot the People Picker

Look for OktaClaimsProvider in the SharePoint ULS logs to monitor the activity of the claims provider. A ULS log viewer is recommended.

Next steps

Configure Okta SharePoint People Picker agent