Skip to content

Commit 7df5c53

Browse files
authored
Update connector-sharepoint-online-list.md
Should App Domain and Redirect URL point to a domain under the implementer's control? Showing contoso.com in the example should help clarify the type of data required. Using localhost.com in the example is confusing and potentially irresponsible, as that is a valid domain seemingly not controlled by Microsoft. https://www.whois.com/whois/localhost.com
1 parent 90d4c01 commit 7df5c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-sharepoint-online-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The SharePoint List Online connector uses service principal authentication to co
4949
1. Open SharePoint Online site link e.g. `https://[your_site_url]/_layouts/15/appinv.aspx` (replace the site URL).
5050
2. Search the application ID you registered, fill the empty fields, and click "Create".
5151

52-
- App Domain: `localhost.com`
53-
- Redirect URL: `https://www.localhost.com`
52+
- App Domain: `contoso.com`
53+
- Redirect URL: `https://www.contoso.com`
5454
- Permission Request XML:
5555

5656
```xml

0 commit comments

Comments
 (0)