Skip to content

Commit

Permalink
Merge pull request #1640 from MicrosoftDocs/gc-setup-rchanda
Browse files Browse the repository at this point in the history
Update csv-connector.md
  • Loading branch information
aditisrivastava07 authored Nov 26, 2024
2 parents 49f98f2 + 2e88446 commit c4747b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MicrosoftSearch/csv-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ 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`
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`

#### Configuring the client secret for authentication

Expand All @@ -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**.
Expand Down

0 comments on commit c4747b2

Please sign in to comment.