IMAP auth in Office 365 using OAuth2

前端 未结 4 620
难免孤独
难免孤独 2020-11-28 11:06

I\'m using an IMAP client in my program. I\'m trying to access to Office 365 outlook by IMAP client using OAuth2 mechanism (using these instructions.)

When I authent

4条回答
  •  半阙折子戏
    2020-11-28 11:41

    I got this to work as I described here: Connect to outlook Office 365 IMAP using OAUTH2

    The App Permissions in Azure AD have been moved to the Graph API Section different to the screenshot that was in the comments above. Also the Scope that Azure AD shows did not work for me, I had to use https://outlook.office365.com/IMAP.AccessAsUser

提交回复
热议问题