Summary
Add a new feature that allows each tenant in our FastAPI multi-tenant system to connect their Microsoft 365 account via the Microsoft Graph API. This integration will enable reading, creating, and modifying emails and calendar events securely across multiple tenants.
Scopes required
- Mail.ReadWrite
- Calendars.ReadWrite
- offline_access
- openid
- profile