java Authenticate an EWS application by using OAuth

Viewed 15

I have an java app which supports Basic Authentication,Microsoft is disabling the Basic Authentication option across all Office 365 Tenants on October 1.

In this case, how do I achieve Authenticate an EWS application by using OAuth using java? Is there a proper documentation with Java code available?Thanks a lots.

1 Answers
Related