Skip to content

Commit df373d8

Browse files
committed
Adding notes on the taxonomy app-only support with write operations
1 parent c9d8545 commit df373d8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/solution-guidance/elevated-privileges-in-sharepoint-add-ins.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Elevated privileges in SharePoint Add-ins
3-
ms.date: 11/03/2017
2+
title: Elevated privileges
3+
ms.date: 12/30/2019
44
localization_priority: Normal
55
---
6-
# Elevated privileges in SharePoint Add-ins
6+
# Elevated privileges
77

8-
Use the app-only policy or service accounts to elevate privileges in SharePoint Add-ins.
8+
Use the app-only policy or service accounts to elevate privileges in SharePoint Add-ins or other remotely hosted solutions.
99

1010
_**Applies to:** apps for SharePoint | SharePoint 2013 | SharePoint Add-ins | SharePoint Online_
1111

@@ -52,6 +52,9 @@ To use the app-only policy, you first must grant permissions to the add-in by us
5252

5353
Using the app-only policy requires that your add-in use either low-trust or high-trust authorization. The policy is not available with the SharePoint cross-___domain JavaScript library, which is a third way of getting authorized access to SharePoint resources.
5454

55+
> [!TIP]
56+
> To allow to use app-only access for writing to Taxonomy Term Store, you'll need to explicitly add `app@sharepoint` identity as a Term Store Administrator in the Taxonomy Term Store administrative user interface. This grants the app-only identity needed permissions for write operations. You do not need to perform this step for read operations.
57+
5558
### Low-trust authorization
5659

5760
Your add-in can use low-trust authorization when using the Microsoft Azure Access Control Service (ACS) to establish trust between your provider-hosted add-in and either your Office 365 site or your on-premises SharePoint farm. You can learn more at [Three authorization systems for SharePoint Add-ins 2013](https://msdn.microsoft.com/library/office/dn790706.aspx).

0 commit comments

Comments
 (0)