You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Docs update for creating communication sites in app-only context (SharePoint#4524)
* Fix: Docs update for creating communication sites in app-only context
This PR adds a content fix.
Communication sites creation is now supported in app-only context. In this scenario, the owner property is required.
* Update security-apponly.md
Copy file name to clipboardExpand all lines: docs/solution-guidance/security-apponly.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,12 @@ Both methods are detailed in following articles:
9
9
-[Granting access using SharePoint App-Only](security-apponly-azureacs.md)
10
10
11
11
## What are the limitations when using app-only
12
+
12
13
App-Only does not work in following cases:
14
+
13
15
- Updating taxonomy service entries (write) - read works
14
16
- Creating modern team sites does not support app-only when you [use the SharePoint API](https://github.com/SharePoint/PnP-Sites-Core/blob/master/Core/OfficeDevPnP.Core/Sites/SiteCollection.cs) for it. When modern team sites are created [using Microsoft Graph](https://github.com/SharePoint/PnP-Sites-Core/blob/master/Core/OfficeDevPnP.Core/Framework/Graph/UnifiedGroupsUtility.cs) to create the group then app-only is a supported scenario
15
-
- Creating communication sites currently does not support app-only [using the SharePoint API](https://github.com/SharePoint/PnP-Sites-Core/blob/master/Core/OfficeDevPnP.Core/Sites/SiteCollection.cs)
17
+
- Creating communication sites is supported in app-only context, but owner property is required. [using the SharePoint API](https://docs.microsoft.com/en-us/sharepoint/dev/apis/site-creation-rest)
16
18
- Search when using SharePoint On-Premises. SharePoint Online support for it has been added ([blog post](https://blogs.msdn.microsoft.com/vesku/2016/03/07/using-add-in-only-app-only-permissions-with-search-queries-in-sharepoint-online/))
17
19
- User Profile CSOM write operations do not work with **Azure AD application** - read operations work. Both read and write operations work through **SharePoint App-Only principal**
18
20
- User Profile Bulk Update API can be used with app-only permissions
0 commit comments