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
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,11 +92,54 @@ The repository includes a GitHub Actions workflow for Azure Static Web Apps. Pus
92
92
93
93
Required deployment values should be stored as Azure Static Web Apps application settings or GitHub environment secrets, not in source control.
94
94
95
+
## Mail.Send Scoping
96
+
97
+
Microsoft Graph `Mail.Send` application permission is tenant-wide by default: without additional Exchange Online controls, an app with this permission may be able to send as any mailbox in the tenant.
98
+
99
+
Production deployments should restrict the app to the configured sender mailbox with an Exchange Online application access policy:
0 commit comments