Introduction

EntraCP (formerly AzureCP) is a claims provider that runs in your SharePoint Server farm, to connect it to your Microsoft Entra ID tenant.
It is useful in federated authentication (either with WS-Federation or OpenID Connect), to improve the user experience and fill some gaps in this scenario.

Prerequisites

Features

  • Searches users and groups based on the people picker’s input.
  • Gets group membership of Entra ID users (augmentation).
  • Queries multiple Entra ID tenants in parallel.
  • Populates the metadata (e.g. email, display name) of the entities.
  • Easy to configure through PowerShell or administration pages.
  • No dependency on any SharePoint service application.

Customization

EntraCP is highly customizable to adapt to your requirements:

  • Securely connects to your Entra ID tenant using either a client secret or a client certificate.
  • Customizes the display of the results in the people picker.
  • Customizes the claim types and their mapping with Azure AD objects.
  • Enables/disables augmentation.
  • Enables/disables connection to your tenant, to keep EntraCP running with limited functionality if connectivity with your tenant is lost.

Limitations

EntraCP cannot be used if:

  • SharePoint servers have no network access to Entra ID or Microsoft Graph.
  • Cmdlet New-SPTrustedIdentityTokenIssuer was run with the switch -UseDefaultConfiguration.
  • It is already associated with an SPTrustedIdentityTokenIssuer, and you want to associate it with a new one.