mguessan / davmail

DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway - Synced with main subversion repository at
http://davmail.sourceforge.net
GNU General Public License v2.0
573 stars 82 forks source link

Not working without client_secret #184

Open strikegun opened 2 years ago

strikegun commented 2 years ago

Hello, I want to use Davmail as server to get O365 Emails to native pop3 and imap fetchmail services. To use it with oauth2 I have everything nearly working. But I get on the last step the error: AADSTS7000218 The request body must contain the following parameter: ‘client_assertion’ or ‘client_secret Any chance to add the client_secret option to the work with azure?

mguessan commented 2 years ago

This looks an issue with your client id, client secrets are only required for server side applications, not desktop, mobile and single page apps. So which client_id did you use in your settings ?