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...
Yuxian_Niu
Aug 26, 2022Copper Contributor
try this
scope: https://outlook.office365.com/.default
scope: https://outlook.office365.com/.default
Venkatesh_Babu
Aug 29, 2022Copper Contributor
Thanks, tried this, still now working. I still get A1 NO AUTHENTICATE failed.