- 2024-07-03 Updated packages
- 2024-01-14 Updated packages, fix refresh bug
- 2024-01-14 Updated packages, improved CSP, now using a nonce
- 2023-11-22 Updated Graph 5 SDK
- 2023-11-21 Updated .NET 8
- 2023-03-02 Updated nuget packages, .NET 7
- 2022-07-09 Updated nuget packages
- 2022-01-28 Updated nuget packages
- 2022-01-14 Added Teams and Email APIs
- 2022-01-14 updated MailboxSettings and Calander to use application scopes
- 2021-12-19 first version
The Azure App registration requires the Graph API delegated Mail.Send and the Mail.ReadWrite scopes.
"User.read Mail.Send Mail.ReadWrite"
The Azure App registration requires the Graph API delegated User.Read.All and Presence.Read.All scope.
"User.read User.Read.All Presence.Read.All"
The Azure App registration requires the Graph API application User.Read.All MailboxSettings.Read scopes.
"User.read User.Read.All MailboxSettings.Read"
The Azure App registration requires the Graph API application User.Read.All Calendars.Read Calendars.Read.Shared scopes.
"User.read User.Read.All Calendars.Read Calendars.Read.Shared"
Requires the delegated OnlineMeetings.ReadWrite permission
"OnlineMeetings.ReadWrite"
https://github.com/AzureAD/microsoft-identity-web
https://docs.microsoft.com/en-us/graph/api/user-get-mailboxsettings
https://docs.microsoft.com/en-us/graph/api/presence-get
https://docs.microsoft.com/en-us/aspnet/core/blazor/security/content-security-policy
https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders