Re: [Davmail-users] Azure AD Graph shutdown next year?
Brought to you by:
mguessan
From: Mickaël G. <mgu...@fr...> - 2023-02-09 12:36:23
|
Hello all, As usual namings are misleading DavMail does not rely on Azure AD Graph and does not use Azure graph either. However we used to be able to register applications with; EWS.AccessAsUser.All (access to EWS API calls) User.Read (assigned by default) It seems Microsoft blocked new application registration since september 2022 so it's no longer possible to register a new application to access EWS inside Azure AD. Alternatives: * use the old DavMail clientid and allow it on tenant * use a Microsoft application clientId that still has access to EWS, e.g. Outlook desktop On 08/02/2023 15:15, Henrique Martins wrote: >> 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 ofhttps://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 > > > _______________________________________________ > Davmail-users mailing list > Dav...@li... > https://lists.sourceforge.net/lists/listinfo/davmail-users -- Mickael Guessant mailto:mgu...@fr... |