Skip to content

Commit d9b3ac5

Browse files
committed
Merge branch 'update-ga' of github.com:cindylay/sp-dev-docs into update-ga
2 parents 4e42b28 + dd47890 commit d9b3ac5

File tree

4 files changed

+27
-33
lines changed

4 files changed

+27
-33
lines changed

docs/embedded/concepts/admin-exp/consuming-tenant-admin/ctaUX.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,11 @@ The following actions are supported in SharePoint Admin Center:
2424

2525
![Active Containers global admin](../../../images/ctaux1.png)
2626

27-
old-img
28-
<img width="1243" alt="image" src="https://github.com/cindylay/sp-dev-docs/assets/132292644/44a7749e-ed3c-41ed-ac18-e4b35730e544">
2927

3028
**SharePoint Embedded admin** will only see "Active Containers" and "Deleted Containers" page when they log in to SharePoint Admin Center.
3129

3230
![Active Containers spe admin](../../../images/ctaux2.png)
3331

34-
old-img
35-
<img width="1246" alt="image" src="https://github.com/cindylay/sp-dev-docs/assets/132292644/d4922158-2740-4ec3-8447-069b0d83d5f8">
36-
3732

3833
## Active Containers
3934
The Active Containers page displays all the active containers within the tenant, providing a comprehensive overview and management capabilities. This page includes the following metadata for each container:
@@ -92,7 +87,7 @@ old-img
9287

9388
> [!Warning]
9489
>
95-
>Deleting a container may cause unexpected issues for the SharePoint Embedded application it belongs to and may interrupt the application's usage. This action should only be performed by admins when absolutely necessary.
90+
> Deleting a container may cause unexpected issues for the SharePoint Embedded application it belongs to and may interrupt the application's usage. This action should only be performed by admins when absolutely necessary.
9691
9792
Deleting a container can have implications on the functionality of a SharePoint Embedded app, Here are some examples of the potential issues that an application can encounter when deleting a container.
9893

@@ -102,22 +97,22 @@ Deleting a container can have implications on the functionality of a SharePoint
10297

10398
A container can be deleted from the Active containers page for any business reason by the CTA. By default, the delete button is deactivated. On selecting a container, the delete button is activated. The CTA can then select the delete button.
10499

105-
![](../../../images/ctaux6.png)
100+
![](../../../images/ctaux7.png)
106101

107102
old-img
108103
<img width="1243" alt="image" src="https://github.com/cindylay/sp-dev-docs/assets/132292644/1fed0fb2-4e95-4a51-a379-91223520ec9b">
109104

110105
This opens a side panel that warns the user about the effect on the associated SPE application due to the deletion of a container as well as inform the user about the restoration policy. The CTA can at this stage either cancel the panel and go back to the active containers page or proceed further with the deleting by clicking on “Delete container”.
111106

112-
![](../../../images/ctaux7.png)
107+
![](../../../images/ctaux8.png)
113108

114109
old-img
115110
<img width="1280" alt="image" src="https://github.com/cindylay/sp-dev-docs/assets/132292644/9d770bb3-e389-4a70-8db2-3ff85b864595">
116111

117112

118113
The selected container is successfully deleted and moved into the deleted containers page.
119114

120-
![](../../../images/ctaux8.png)
115+
![](../../../images/ctaux9.png)
121116

122117
old-img
123118
<img width="1277" alt="image" src="https://github.com/cindylay/sp-dev-docs/assets/132292644/69f0b5a3-05e0-4855-968c-6c020edfa13f">
@@ -127,15 +122,15 @@ old-img
127122
## Restore a container
128123
A container in the deleted container collection can be restored on the Deleted containers page by selecting the corresponding containers by selecting the "Restore" link
129124

130-
![](../../../images/ctaux9.png)
125+
![](../../../images/ctaux10.png)
131126

132127
old-img
133128
![image](https://github.com/cindylay/sp-dev-docs/assets/132292644/3ce195df-13b3-4152-ad36-6c1ddf253f35)
134129

135130

136131
Restoration of the container happens in the background and the status of the same is displayed on the top right corner of the page. Upon successful restoration, the container will be available in the Active Containers page.
137132

138-
![](../../../images/ctaux10.png)
133+
![](../../../images/ctaux11.png)
139134

140135
old-img
141136
<img width="1275" alt="image" src="https://github.com/cindylay/sp-dev-docs/assets/132292644/2a2a3a2a-1b0c-4791-b24d-f89c3b34afd4">
@@ -150,7 +145,7 @@ The CTA can permanently delete a deleted container from the deleted container co
150145

151146
The CTA selects the container to be permanently deleted. The “Permanently delete” button is enabled.
152147

153-
![](../../../images/ctaux11.png)
148+
![](../../../images/ctaux12.png)
154149

155150
old-img
156151
<img width="1277" alt="image" src="https://github.com/cindylay/sp-dev-docs/assets/132292644/9ced70e2-0da8-4b08-8c8f-becaccf292ee">

docs/embedded/concepts/app-concepts/sharing-and-perm.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ms.date: 5/17/24
55
ms.localizationpriority: high
66
---
77

8-
# Sharing and Permissions in SharePoint Embedded
8+
# Sharing and permissions in SharePoint Embedded
99

1010

11-
## Additive Permissions
11+
## Additive permissions
1212
In SharePoint Embedded, content always inherits permissions from its parent hierarchy. While you cannot alter this inherited permission structure, you can extend access within a container by applying "additive permissions" to specific files and folders. For instance, if _UserA_ belongs to the Reader role, you can grant the user edit permission to a particular document in that container using Microsoft Graph:
1313

1414
| Scenario | Microsoft Graph API(s) | Notes |
@@ -18,15 +18,15 @@ In SharePoint Embedded, content always inherits permissions from its parent hier
1818
| Delete an additive permission | [DELETE /drives/{drive-id}/items/{item-id}/permissions/{perm-id}](/graph/api/permission-delete) | You can only delete the additive permission on the drive item where it was originally added. |
1919

2020

21-
## Role-based Sharing Setting
21+
## Role-based sharing setting
2222

2323
SharePoint Embedded offers a role-based sharing model that allows developers to configure file-sharing permissions based on container permission roles, offering a choice between restrictive and open sharing model. By default, the sharing setting is configured to the open model, permitting unrestricted content sharing by all users. This sharing setting is part of [container type configuration](containertypes.md#configuring-container-types). This configuration can only be set by application owner's developers. To learn more about container permission roles, please refer to [Authentication and Authorization with SharePoint Embedded](auth.md#container-permissions).
2424

25-
### Restrictive Sharing Model
25+
### Restrictive sharing model
2626

2727
Only container members who are either the Owner or Manager roles are permitted to add new permissions to files.
2828

29-
### Open Sharing Model
29+
### Open sharing model
3030

3131
Any container members and guests with edit permissions can add new permissions to this file.
3232

@@ -38,10 +38,10 @@ Set-SPOcontainerTypeConfiguration
3838
-sharingRestricted $false
3939
```
4040

41-
## Sharing Configuration Setting
41+
## Sharing configuration setting
4242
By default, SharePoint Embedded application sharing configuration is the same as the consuming tenant sharing configuration. For example, if the consuming tenant is configured to disable sharing for guests, then the SharePoint Embedded application is unable to add guests to container roles or grant them additive permissions.
4343

44-
### Application External Sharing Override
44+
### Application external sharing override
4545

4646
For SharePoint Embedded applications, sharing configurations can be adjusted at the application level. Consuming tenant admin can configure permissions that are different than tenant level sharing settings. For example, if a tenant's sharing setting prohibits sharing with guests, SharePoint Embedded applications can be configured to allow guest sharing. Consequently, all containers within that SharePoint Embedded application would have the ability to include guests or extend additional permissions, while other SharePoint Embedded applications and SharePoint maintain restricted sharing permissions.
4747

docs/embedded/concepts/content-experiences/office-experience.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ ms.date: 11/28/2023
55
ms.localizationpriority: high
66
---
77

8-
# Office File Experiences for SharePoint Embedded Apps
8+
# Office file experiences for SharePoint Embedded
99

10-
Office File Experiences for SharePoint Embedded platform will work in a similar manner to Microsoft 365 (Microsoft 365) platform.
10+
Office file experiences for SharePoint Embedded platform will work in a similar manner to Microsoft 365 platform.
1111

1212

13-
## Opening Office Documents from SharePoint Embedded Apps
13+
## Opening Office documents from SharePoint Embedded
1414

15-
Office documents from SharePoint Embedded Apps can be opened for Viewing and Editing in Office Online, where your users can work with documents directly on the website, or in Desktop apps for a richer viewing and editing experience. AutoSave feature saves your files automatically as your user's work and is enabled for each Word, Excel and PowerPoint file stored in your SharePoint Embedded Application Apps.
15+
Office documents from SharePoint Embedded apps can be opened for viewing and editing in Office web, or in Office application for a richer viewing and editing experience. AutoSave feature saves your files automatically as your user's work and is enabled for each Word, Excel and PowerPoint file stored in your SharePoint Embedded Application Apps.
1616

17-
## View or Restore a Previous Version of Office Document from SharePoint Embedded Apps
17+
## View or restore a previous version of Office document from SharePoint Embedded
1818

19-
Versioning is automatically enabled on each Word, Excel and PowerPoint file stored in your SharePoint Embedded Application Apps that helps your users see what changes have been made in a file, compare different versions, or restore the version you want. This is incredibly important to your users if a mistake was made, a previous version is preferred or in multi-user coauthoring scenarios when your users are collaborating with others and someone makes changes your users didn't want in a file.
19+
Versioning is automatically enabled on each Word, Excel and PowerPoint file stored in your SharePoint Embedded Apps that helps your users to see what changes have been made in a file, compare different versions, or restore the version you want. This is incredibly important to your users if a mistake was made, a previous version is preferred or in multi-user coauthoring scenarios when your users are collaborating with others and someone makes changes your users didn't want in a file.
2020

21-
## Collaborating on Office Documents from SharePoint Embedded Apps
21+
## Collaborating on Office documents from SharePoint Embedded
2222

23-
It's simple for your users to collaborate on your SharePoint Embedded Application's Office documents – they can **Share documents** with specific peers or with people outside your organization by Creating a shareable link to use wherever needed, Send an Email Invitation or @mention in comments to tag someone for feedback and, **Collaborate in real time** by co-authoring in Office with SharePoint Embedded Applications.
23+
It's simple for your users to collaborate on your SharePoint Embedded Application's Office documents – they can **Share documents** with specific peers or with people outside your organization by Creating a shareable link to use wherever needed, Send an email invitation or @mention in comments to tag someone for feedback and, **Collaborate in real time** by co-authoring in Office with SharePoint Embedded Applications.
2424

2525
### Share your documents
2626

27-
#### Send an Email Invite
27+
#### Send an email invite
2828

29-
Share your SharePoint Embedded documents by Sending an email invitation to specific people:
29+
Share your SharePoint Embedded documents by sending an email invitation to specific people:
3030

3131
- Select Share, start typing the email addresses or contact names of people you want to share with. When you begin to enter info in the box, you can also choose a contact from the list that appears.
3232
- Include a message if you want and hit Send.
@@ -57,7 +57,7 @@ There are different options for sharing SharePoint Embedded Application Office D
5757
| Secure your SharePoint Embedded Application docs only to specific people. | When you need to prevent recipients from forwarding a shared link, use the **Specific People**  permission. **Specific people**  gives access only to the people you specify, although other people might already have access. If people forward the sharing invitation, only people who already have access to the item will be able to use the link. |
5858
| Reshare the link with specific people | **People with existing access**  can be used by people who already have access to the document or folder. It doesn't change the permissions on the item. Use this if you just want to send a link to somebody who already has access. |
5959

60-
## Breadcrumb properties on Office Documents from SharePoint Embedded Application Apps
60+
## Breadcrumb properties on Office documents from SharePoint Embedded
6161

6262
Breadcrumb properties are used by Office clients to display breadcrumb-style elements within Office client UI that aid your users in associating Office files with your Application.
6363

docs/embedded/concepts/content-experiences/user-experiences-overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ Integrate your application with SharePoint Embedded player plugin to offer file
2424

2525
You can use [Microsoft Graph's Download DriveItem API](/graph/api/driveitem-get-content) to offer download file user experiences for your applications. This will generate a short lived, preauthenticated Url allows users to download files from your applications.
2626

27-
Note the following:
28-
29-
A direct link to the file lacks the appropriate authorization from your application. If used directly in a browser, this would yield an access denied.
27+
> [!note]
28+
>A direct link to the file lacks the appropriate authorization from your application. If used directly in a browser, this would yield an access denied.
3029
3130
## Content discovery in Microsoft 365
3231

0 commit comments

Comments
 (0)