Re: [Davmail-users] Azure AD Graph shutdown next year?
Brought to you by:
mguessan
From: Henrique M. <da...@ma...> - 2023-02-08 14:15:23
|
> It's called Azure AD Graph. I think that name might be confusing -- it's > used by DavMail when talking to the Office 365 service. > > Davmail uses required scope 311a71cc-e848-46a1-bdf8-97ff7156d8e6 > as listed in the Office 365 section of https://davmail.sourceforge.net/faq.html This scope stopped working for me when my company updated something on the Exchange back-end/O365. I had to register my own scope within my company's tenantID (probably not using the proper terms here), which can be done on Azure. AD Graph is deprecated but not totally "going away", it is being replaced by Microsoft Graph, thus davmail may need to be updated accordingly. This microsoft page explains the process: https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-faq Assume that one will need at least to migrate the scope from AD Graph to Microsoft Graph. Davmail may need to point elsewhere for authentication with that scope, maybe used a different API. -- Henrique |