Forum Discussion
Venkatesh_Babu
Aug 25, 2022Copper Contributor
Using MS Client Credentials OAuth flow with JavaMail
Our server application uses JavaMail to read inboxes and send e-mails etc from MS Exchange... As Microsoft is shutting down password based authentication, we need to switch over to using OAuth. We ar...
dilmi2022
Dec 08, 2022Copper Contributor
Hi, I am also facing the same issue. I have tried with authorization code and this is working fine with javamail. But when I use the client credentials grant type, I face the same error as above.
My scope : https://outlook.office365.com/.default