Skip to content

Commit 8c57db6

Browse files
committed
2 parents 54bc55c + b53dd0e commit 8c57db6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/sp-add-ins/add-ins-and-azure-acs-retirements-faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ As web hooks by convention are asynchronous this means that synchronous events,
4545

4646
> [!Note]
4747
> It's possible to get remote event receivers to partly work without Azure ACS via using sites.selected, this approach however is not recommended and will stop working with Azure ACS fully retires in April 2026.
48+
49+
## Can I still perform taxonomy updates?
50+
51+
Yes, you can still update taxonomy (termsets, terms, etc) when Azure ACS is not used. When you configure your Microsoft Entra application using the SharePoint `TermStore.ReadWrite.All` permission (delegated or application) when you want to use the CSOM taxonomy APIs. It's recommended to use the Microsoft Graph taxonomy API, for that one you need the Microsoft Graph `TermStore.ReadWrite.All` permission (delegated or application). See the [Microsoft Graph documentation](https://learn.microsoft.com/en-us/graph/api/resources/termstore-set?view=graph-rest-1.0) for more details.

0 commit comments

Comments
 (0)