Thread

Index > Scribe > Problem with OAuth2 on Outlook.com
Author/Date Problem with OAuth2 on Outlook.com
Srdjan
18/09/2024 4:25am
Hi,

As Microsoft completely blocked every other method except OAuth2, I made changes in my account. However, whenever I try to send the email, I faced the error:

Request Id: 732c2e96-b0e4-4e52-9f60-1cfea3cd9100
Correlation Id: dab2907a-71a4-41f4-bbd3-7b7180d407fa
Timestamp: 2024-09-17T18:16:24Z
Message: AADSTS90013: Invalid input received from the user.


I found that URL probably missing some information:

https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=%3Cadd%20yours%20here%3E&redirect_uri=http%3A%2F%2Flocalhost%3A54900&response_type=code&code_challenge=8_VaFSe9NWMqoXc4FmAX9scoA0-BYXIV0sm1cba1NEYFN.ug&scope=https://outlook.office.com/mail.readwrite%20https://outlook.office.com/mail.send 


I think that the problem is in this part:

...client_id=...


as that part probably raise this error. I found on some forum that < and > will trigger this error.

I think that you need to register Scribe as the project on their site and get some ID. I found such explanation on a few other sites, alas I didn't save links.

The problem is only with SMTP service. For IMAP everything works fine.

Best regards,
Srdjan
Reply