INSIGHT-MVP/packages
Thomas Reitz 1f6e59d362 fix(ms365): direkte OAuth2 URL-Konstruktion statt MSAL für Integration-Flow
MSAL-node v5 erzeugt bei getAuthCodeUrl mit reinen Graph-API-Scopes
(ohne openid) einen fehlerhaften Authorize-URL → AADSTS900561.

getIntegrationAuthUrl und handleIntegrationCallback verwenden jetzt
direkte fetch-Aufrufe (analog zu refreshIntegrationToken) ohne MSAL,
was den Fehler umgeht und denselben Standard-OAuth2-Flow garantiert.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 23:17:38 +01:00
..
core-service fix(ms365): direkte OAuth2 URL-Konstruktion statt MSAL für Integration-Flow 2026-03-12 23:17:38 +01:00
crm-service feat(crm): Microsoft 365 Graph-API Proxy (Phase 3.2) 2026-03-12 22:40:31 +01:00
frontend fix(ms365): OAuth-Connect via API-Call statt direktem Browser-Link 2026-03-12 22:57:20 +01:00