Microsoft Outlook 365 Providers
Hi, we were wondering what auth mechanism is used when using Microsoft Outlook 365 email provider. Is it Basic Auth? Or can we configure it to use OAuth 2.0? Thanks
5 Replies
@brian-zammit
Currently it is basic auth.
Checkout the implementation
https://github.com/novuhq/novu/blob/next/packages/providers/src/lib/email/outlook365/outlook365.provider.ts#L28
Can you please share the usecase with OAuth?
GitHub
novu/packages/providers/src/lib/email/outlook365/outlook365.provide...
Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations. - novuhq/novu
Thanks @Pawan Jain
It's basically because we are aware that MS plan to stop supporting basic auth, and are suggestting oauth as one of the alternative approaches
https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online#pop-imap-and-smtp-auth
Thanks Brian for bringing this up. I will share with team to take a look at this. We will surely migrate before the last date.
sorry for reopening this one, but are there any news for this topic?
@MetalCar
You can follow this github for progress
https://github.com/novuhq/novu/issues/6916