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: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,19 @@ Version|Date|Comments
50
50
-`gulp bundle --ship`
51
51
-`gulp package-solution --ship`
52
52
- Add to AppCatalog and deploy
53
-
- Assign 'User.Read.All' delegated permissions to the 'SharePoint Online Client Extensibility Web Application Principal', easiest way is with [CLI for Microsoft 365](https://pnp.github.io/cli-microsoft365/):
53
+
- Assign 'User.Read.All' delegated permissions to the 'SharePoint Online Client Extensibility Web Application Principal', with [CLI for Microsoft 365](https://pnp.github.io/cli-microsoft365/) or [PnP PowerShell](https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/grant-pnptenantserviceprincipalpermission?view=sharepoint-ps)
54
+
55
+
### CLI for Microsoft 365
54
56
```
55
57
m365 login
56
58
m365 spo serviceprincipal grant add --resource 'Microsoft Graph' --scope 'User.Read.All'
0 commit comments