Skip to content

Commit 0320ac8

Browse files
KoenZomersVesaJuvonen
authored andcommitted
Extra clarification for low trust only (pnp#1873)
* Extra clarification for low trust only Added extra clarification that this works for low trust only as it can easily be missed when scanning the text * Another indicator for low trust Added low trust as a prerequisite as well * Added SharePoint 2016 and 2019 This will work for SharePoint 2016 and 2019 on-premises as well, thus adding that too
1 parent 2b24a99 commit 0320ac8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Samples/Core.Services.Authenticate/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This scenario shows how you can call Web API 2 services from low trust provider
88
### Applies to ###
99
- Office 365 Multi Tenant (MT)
1010
- Office 365 Dedicated (D)
11-
- SharePoint 2013 on-premises
11+
- SharePoint 2013/2016/2019 on-premises (low trust only)
1212

1313
### Prerequisites ###
14-
None
14+
- Low Trust OAuth set up on your environment (default for Office 365, needs manual setup for on-premises)
1515

1616
### Solution ###
1717
Solution | Author(s)
@@ -220,4 +220,4 @@ function getCookie(cname) {
220220
### Testing ###
221221
This solution hardcodes https://bjansencorswebapi.azurewebsites.net as host for the cross domain call. If you want to test this then you'll need to deploy the Core.Services.Authenticate.WebAPI project to your host. Point is that you cannot test cross domain calls when testing on localhost.
222222
223-
<img src="https://telemetry.sharepointpnp.com/pnp/samples/Core.Services.Authenticate" />
223+
<img src="https://telemetry.sharepointpnp.com/pnp/samples/Core.Services.Authenticate" />

0 commit comments

Comments
 (0)