From 481e8a3d0c871459af404a93a47f389bf2536f08 Mon Sep 17 00:00:00 2001 From: Rajdeep Chanda <92156274+rchanda1392@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:03:15 +0530 Subject: [PATCH 1/2] Update csv-connector.md --- MicrosoftSearch/csv-connector.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MicrosoftSearch/csv-connector.md b/MicrosoftSearch/csv-connector.md index e1a33814..df0b18d6 100644 --- a/MicrosoftSearch/csv-connector.md +++ b/MicrosoftSearch/csv-connector.md @@ -66,8 +66,8 @@ Verify the .csv files you want to index have been uploaded to a SharePoint docum 9. Check that the permissions are in the "**granted**" state. 10. Open **Authentication** from the navigation pane and add the following under Redirect URIs (Authorization callback URIs): - - For **M365 Enterprise**: `https://gcs.office.com/v1.0/admin/oauth/callback](https://gcs.office.com/v1.0/admin/oauth/callback` - - For **M365 Government**: `https://gcsgcc.office.com/v1.0/admin/oauth/callback](https://gcsgcc.office.com/v1.0/admin/oauth/callback` + - For **M365 Enterprise**: `https://gcs.office.com/v1.0/admin/oauth/callback` + - For **M365 Government**: `https://gcsgcc.office.com/v1.0/admin/oauth/callback` #### Configuring the client secret for authentication @@ -79,7 +79,7 @@ Verify the .csv files you want to index have been uploaded to a SharePoint docum 4. Use this Client secret and the application ID to configure the connector. -### Create a SharePoint app with OAuth configuration +### Create a SharePoint app with OAuth configuration (retiring soon) 1. Go to `https://Org-Name.sharepoint.com/sites/mysite/_layouts/15/appregnew.aspx`. 2. On the Client ID and Client Secret fields, select **Generate**. From 2e8844677e784128f4c48dcf113d19c6a9e9475b Mon Sep 17 00:00:00 2001 From: Rajdeep Chanda <92156274+rchanda1392@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:08:41 +0530 Subject: [PATCH 2/2] Update csv-connector.md --- MicrosoftSearch/csv-connector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicrosoftSearch/csv-connector.md b/MicrosoftSearch/csv-connector.md index df0b18d6..eea5a098 100644 --- a/MicrosoftSearch/csv-connector.md +++ b/MicrosoftSearch/csv-connector.md @@ -65,7 +65,7 @@ Verify the .csv files you want to index have been uploaded to a SharePoint docum 9. Check that the permissions are in the "**granted**" state. -10. Open **Authentication** from the navigation pane and add the following under Redirect URIs (Authorization callback URIs): +10. Open **Authentication** from the navigation pane and select **Add a platform**. Select **Web** under **Web applications** and add the following under Redirect URIs (Authorization callback URIs): - For **M365 Enterprise**: `https://gcs.office.com/v1.0/admin/oauth/callback` - For **M365 Government**: `https://gcsgcc.office.com/v1.0/admin/oauth/callback`