Closed heitorflorido closed 2 years ago
If I had to guess, the server might be silently enforcing oauth2 for authentication. Try that instead.
I tried to authenticate using oauth2 and still got the error. Turns out the server was blocking my auth attempts due to a geographic policy (my backend server is located on another country). After a disabled that security policy, everything started to work.
Thank you for your support.
@heitorflorido Is there any configuration in Outlook to allow this auth? I'm trying at localhost, but I'm receiving the same error (login failed).
I'm trying to connect to Office 365 Exchange Server. Everything is working fine at localhost, but I'm receiving a Login error when executing at the server environment (using Heroku).
Both environments use the same node version (14.17.6).
Here's my configuration:
Here's the debug info with the error:
Here's the debug info at localhost (working):