Does this library support OAuth (Azure MSAL) to access a specific email?
For instance, given the email info@domain.com I can't connect directly with username and password but I need to obtain a JWT Token using client ID/client secret (already given) and then insert the token into the header of each request.
Does this library support OAuth (Azure MSAL) to access a specific email?
For instance, given the email info@domain.com I can't connect directly with username and password but I need to obtain a JWT Token using client ID/client secret (already given) and then insert the token into the header of each request.
More info: https://www.npmjs.com/package/@azure/msal-node https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-v2-libraries