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
Copy file name to clipboardExpand all lines: docs/embedded/concepts/app-concepts/auth.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Any user accessing a container must be a member of the container. Membership to
108
108
109
109
Here are some actions you can take next:
110
110
111
-
1. Configure your SharePoint Embedded [application manifest](/entra/identity-platform/reference-app-manifest#requiredresourceaccess-attribute) 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?view=entra-powershell#assign-permissions-to-an-app) or [Azure CLI](/cli/azure/ad/app/permission?view=azure-cli-latest#az-ad-app-permission-add)) to request the required permissions:
112
112
- Microsoft Graph (resourceAppId: `00000003-0000-0000-c000-000000000000`)
113
113
-`FileStorageContainer.Selected` (type: `Scope`, ID: `085ca537-6565-41c2-aca7-db852babc212`) to access containers on consuming tenants
0 commit comments