Skip to content

Commit 07282eb

Browse files
minor grammatical fixes
1 parent f55e7ff commit 07282eb

File tree

1 file changed

+5
-5
lines changed
  • docs/embedded/concepts/app-concepts

1 file changed

+5
-5
lines changed

docs/embedded/concepts/app-concepts/auth.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ SharePoint Embedded applications need to be granted container type application p
8383
| UpdatePermissions | Can update (change roles of) existing memberships in the container for containers of this container type. |
8484
| DeletePermissions | Can delete other members (but not self) from the container for containers of this container type. |
8585
| DeleteOwnPermissions | Can remove own membership from the container for containers of this container type. |
86-
| ManagePermissions | Can add, remove (including self) or update members in the container roles for containers of this container type. |
86+
| ManagePermissions | Can add, remove (including self), or update members in the container roles for containers of this container type. |
8787
| ManageContent | Can manage the content of the container |
8888
| Full | Has all permissions for containers of this container type. |
8989

@@ -100,15 +100,15 @@ Any user accessing a container must be a member of the container. Membership to
100100
| Permission | Description |
101101
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
102102
| Reader | This role allows the user to read the properties and the contents of the container. |
103-
| Writer | This role has all permissions a Reader has, plus the permission to create, update, and delete content inside the container, and to update applicable container properties. |
104-
| Manager | This role has all permissions a Writer has, plus the permission to manage membership of the container. |
105-
| Owner | This role has all permissions a Manager has, plus the permission to delete containers. |
103+
| Writer | This role has all the permissions a Reader has, plus the permission to create, update, and delete content inside the container, and to update applicable container properties. |
104+
| Manager | This role has all the permissions a Writer has, plus the permission to manage membership of the container. |
105+
| Owner | This role has all the permissions a Manager has, plus the permission to delete containers. |
106106

107107
## What's next
108108

109109
Here are some actions you can take next:
110110

111-
1. Configure your SharePoint Embedded [application manifest](/entra/identity-platform/reference-app-manifest#requiredresourceaccess-attribute) (you may use [Entra PowerShell](/powershell/entra-powershell/manage-apps#assign-permissions-to-an-app) or [Azure CLI](/cli/azure/ad/app/permission#az-ad-app-permission-add)) to request the required permissions:
111+
1. Configure your SharePoint Embedded [application manifest](/entra/identity-platform/reference-app-manifest#requiredresourceaccess-attribute) (you may use [Entra PowerShell](/powershell/entra-powershell/manage-apps#assign-permissions-to-an-app) or the [Azure CLI](/cli/azure/ad/app/permission#az-ad-app-permission-add)) to request the required permissions:
112112
- Microsoft Graph (resourceAppId: `00000003-0000-0000-c000-000000000000`)
113113
- `FileStorageContainer.Selected` (type: `Scope`, ID: `085ca537-6565-41c2-aca7-db852babc212`) to access containers on consuming tenants
114114
- Office 365 SharePoint Online (resourceAppId: `00000003-0000-0ff1-ce00-000000000000`)

0 commit comments

Comments
 (0)