Azure – Acquire Token by service account with MSAL
we are using ADAL to acquire tokens by a service account silently (no prompt, no redirect). This is our sample code: var clientId = ""; var tenantDomain = ""; var userName = ""; var password = ""; var context =…