From 10cabe06d5435903e5a96fb92b74fbebd33d8ccd Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Fri, 23 May 2025 12:15:38 +0200 Subject: [PATCH] Rename Azure Active Directory to Microsoft Entra ID (#128351) (#128360) * Rename Azure Active Directory to Microsoft Entra ID Based on Microsoft change: https://learn.microsoft.com/en-us/entra/fundamentals/new-name * Update docs/reference/search-connectors/es-connectors-sharepoint-online.md * Update docs/reference/search-connectors/es-connectors-sharepoint-online.md * Update docs/reference/search-connectors/es-connectors-sharepoint-online.md --------- (cherry picked from commit b977b04a2e17bf856170229156872c542eda0bbc) Co-authored-by: Carles Salvador --- .../search-connectors/es-connectors-sharepoint-online.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/search-connectors/es-connectors-sharepoint-online.md b/docs/reference/search-connectors/es-connectors-sharepoint-online.md index 07834bda03c4..8635ada98155 100644 --- a/docs/reference/search-connectors/es-connectors-sharepoint-online.md +++ b/docs/reference/search-connectors/es-connectors-sharepoint-online.md @@ -49,7 +49,7 @@ To get started, first log in to SharePoint Online and access your administrative Follow these steps: -* Sign in to [https://portal.azure.com/](https://portal.azure.com/) and click on **Azure Active Directory**. +* Sign in to [https://portal.azure.com/](https://portal.azure.com/) and click on **Microsoft Entra ID** (formerly Azure Active Directory). * Locate **App Registrations** and Click **New Registration**. * Give your app a name - like "Search". * Leave the **Redirect URIs** blank for now. @@ -133,9 +133,9 @@ Refer to the following documentation for setting [SharePoint permissions](https: #### Granting `Sites.Selected` permissions [es-connectors-sharepoint-online-sites-selected-permissions-self-managed] -To configure `Sites.Selected` permissions, follow these steps in the Azure Active Directory portal. These permissions enable precise access control to specific SharePoint sites. +To configure `Sites.Selected` permissions, follow these steps in the Microsoft Entra ID (formerly Azure Active Directory) portal. These permissions enable precise access control to specific SharePoint sites. -1. Sign in to the [Azure Active Directory portal](https://portal.azure.com/). +1. Sign in to the [Microsoft Entra ID (formerly Azure Active Directory) portal](https://portal.azure.com/). 2. Navigate to **App registrations** and locate the application created for the connector. 3. Under **API permissions**, click **Add permission**. 4. Select **Microsoft Graph** > **Application permissions**, then add `Sites.Selected`. @@ -603,4 +603,4 @@ See [Troubleshooting](/reference/search-connectors/es-connectors-troubleshooting ### Security [es-connectors-sharepoint-online-client-security] -See [Security](/reference/search-connectors/es-connectors-security.md). \ No newline at end of file +See [Security](/reference/search-connectors/es-connectors-security.md).