Skip to content

Commit 9ebc63a

Browse files
authored
Final edit pass Develop sp-add-ins (SharePoint#1191)
* Final edit * Final edit * Final edit * Final edit * Final edit * Final edit * Final edit
1 parent df82c72 commit 9ebc63a

11 files changed

+851
-1411
lines changed

docs/sp-add-ins/add-in-permissions-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.prod: sharepoint
99

1010
Before you read this article, you should first be familiar with the topic [Authorization and authentication of SharePoint Add-ins](authorization-and-authentication-of-sharepoint-add-ins.md).
1111

12-
A SharePoint Add-in requests the permissions that it needs during installation from the user who is installing it. The developer of an add-in must request, through the add-in manifest file, the permissions that the particular add-in needs to be able to run. (Device and web apps that access SharePoint, but are not installed to SharePoint websites, must be granted permissions at runtime by the user who is executing the add-in. For more information, see [Get an overview of add-ins that request access permission from SharePoint on the fly](authorization-code-oauth-flow-for-sharepoint-add-ins.md#Overview).)
12+
A SharePoint Add-in requests the permissions that it needs during installation from the user who is installing it. The developer of an add-in must request, through the add-in manifest file, the permissions that the particular add-in needs to be able to run. (Device and web apps that access SharePoint, but are not installed to SharePoint websites, must be granted permissions at runtime by the user who is executing the add-in. For more information, see [Authorization Code OAuth flow for SharePoint Add-ins](authorization-code-oauth-flow-for-sharepoint-add-ins.md).)
1313

1414
Users can grant only the permissions that they have. The user must grant all the permissions that an add-in requests or not grant any permission. Selective grants are not possible. (For add-ins that request permissions on the fly, only a user with Manage permissions to the SharePoint resources that the add-in seeks to access can run the add-in, even if the add-in is asking only for lesser permissions, such as Read.)
1515

docs/sp-add-ins/authorization-code-oauth-flow-for-sharepoint-add-ins.md

Lines changed: 143 additions & 166 deletions
Large diffs are not rendered by default.

docs/sp-add-ins/context-token-oauth-flow-for-sharepoint-add-ins.md

Lines changed: 42 additions & 86 deletions
Large diffs are not rendered by default.

docs/sp-add-ins/create-and-use-access-tokens-in-provider-hosted-high-trust-sharepoint-add-ins.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,5 +274,8 @@ The free [Fiddler tool](http://www.telerik.com/fiddler) can be used to capture
274274

275275

276276
- [OAuth 2.0](http://oauth.net/2/)
277+
278+
- [Creating SharePoint Add-ins that use high-trust authorization](creating-sharepoint-add-ins-that-use-high-trust-authorization.md)
279+
- [Authorization and authentication of SharePoint Add-ins](authorization-and-authentication-of-sharepoint-add-ins.md)
277280

278281

docs/sp-add-ins/create-high-trust-sharepoint-add-ins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,8 @@ When you are debugging in Visual Studio with **F5**, Microsoft Office Developer
511511

512512

513513
- [Get started creating provider-hosted SharePoint Add-ins](get-started-creating-provider-hosted-sharepoint-add-ins.md)
514+
- [Creating SharePoint Add-ins that use high-trust authorization](creating-sharepoint-add-ins-that-use-high-trust-authorization.md)
515+
- [Authorization and authentication of SharePoint Add-ins](authorization-and-authentication-of-sharepoint-add-ins.md)
514516

515517

516518

docs/sp-add-ins/handle-security-tokens-in-provider-hosted-low-trust-sharepoint-add-ins.md

Lines changed: 161 additions & 278 deletions
Large diffs are not rendered by default.

docs/sp-add-ins/high-trust-configuration-scripts-for-sharepoint.md

Lines changed: 89 additions & 131 deletions
Large diffs are not rendered by default.

docs/sp-add-ins/package-and-publish-high-trust-sharepoint-add-ins.md

Lines changed: 205 additions & 379 deletions
Large diffs are not rendered by default.

docs/sp-add-ins/replace-an-expiring-client-secret-in-a-sharepoint-add-in.md

Lines changed: 107 additions & 154 deletions
Large diffs are not rendered by default.

docs/sp-add-ins/troubleshooting-high-trust-sharepoint-add-ins.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ In connection with this point, note the following:
139139
<a name="DomainRelatedErrors"> </a>
140140

141141
If you are sure you have the correct certificate serial number in the web.config and you can see the certificate in the **Windows Certificate Store**, then there may be a hidden extra character in the serial number in the web.config. This will happen if the serial number is copy'n'pasted from the **Microsoft Management Console**. Delete the entire serial number value from the web.config and *manually* retype it.
142+
143+
## See also
144+
145+
- [Creating SharePoint Add-ins that use high-trust authorization](creating-sharepoint-add-ins-that-use-high-trust-authorization.md)
146+
- [Authorization and authentication of SharePoint Add-ins](authorization-and-authentication-of-sharepoint-add-ins.md)
142147

143148

144149

0 commit comments

Comments
 (0)