ews-java-api
ews-java-api copied to clipboard
Support for OAuth Authentication
Per this blog, EWS will EOL Basic Authentication. Before that, the OAuth support should be included:
https://blogs.technet.microsoft.com/exchange/2018/07/03/upcoming-changes-to-exchange-web-services-ews-api-for-office-365/
The CS sdk as per this path(https://docs.microsoft.com/en-us/outlook/add-ins/get-attachments-of-an-outlook-item) already has the Oauth service.
Would u confirm if it has been added to Java SDK? If not, How as a client application would get username and password from a Microsoft outlook addin