Migrate from MSAL Node v3 to v5 - Microsoft Authentication Library for ...
// BEFORE (v3) const msalConfig = { auth: { clientId: your_client_id , authority: https://login.live.com , protocolMode: OIDC , }, }; // AFTER (v5) const msalConfig = { auth: { cli...learn.microsoft.com