nodejs-mail-notifier icon indicating copy to clipboard operation
nodejs-mail-notifier copied to clipboard

Mail notifier support Azure MSAL

Open giacomobartoli opened this issue 3 years ago • 0 comments

Does this library support OAuth (Azure MSAL) to access a specific email?

For instance, given the email [email protected] 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

giacomobartoli avatar Aug 21 '22 10:08 giacomobartoli