feat(core): Scopes für M365-Integration auf ReadWrite erweitern

Calendars.ReadWrite + Contacts.ReadWrite (Delegiert) für
bidirektionale CRM↔Office365 Synchronisation (Kontakte + Termine).
Contacts.ReadWrite neu hinzugefügt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Reitz 2026-03-13 07:06:43 +01:00
parent ad9c48bcb6
commit 22af0375ea

View file

@ -70,7 +70,8 @@ export class EntraIdService implements OnModuleInit {
private readonly integrationScopes = [
'offline_access',
'https://graph.microsoft.com/Mail.Read',
'https://graph.microsoft.com/Calendars.Read',
'https://graph.microsoft.com/Calendars.ReadWrite',
'https://graph.microsoft.com/Contacts.ReadWrite',
'https://graph.microsoft.com/Tasks.ReadWrite',
];