Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.44 KB

overview.md

File metadata and controls

42 lines (34 loc) · 1.44 KB
title description lead date lastmod draft images menu weight toc
Overview
2023-09-18
2023-09-18
false
docs
parent
10
true

This is the documentation for EntraCP.

Prerequisites

  • SharePoint Subscription Edition, SharePoint 2019 or SharePoint 2016.
  • .NET Framework 4.8 or newer on all SharePoint servers.
  • All SharePoint servers need to be able to connect to Internet.
  • An [app registration in your Microsoft Entra ID tenant]({{< relref "register-application" >}}), with the appropriate permissions.

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.