mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-24 22:36:38 +02:00
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:
parent
ad9c48bcb6
commit
22af0375ea
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue