The company I work for has an old web app that integrates with Exchange (online and on-premises) using ExchangeServiceBinding Proxy Class. The app will soon be retired, but it's still used by some of our customers.
Now with the end of support for basic authentication for Online, this would mean changing the code to use Microsoft Graph and OAuth.
I came across a line in this blog entry: https://developer.microsoft.com/en-us/office/blogs/deferred-end-of-support-date-for-basic-authentication-in-exchange-online/ :
"The best way to avoid such failures in your application is to adopt Modern Authentication. If you are unable to do so, you can work with the customer’s administrators, who will have to make a security decision to downgrade their organization’s security stance, to explicitly enable access to your application."
Like I mentioned before, the app will soon be retired, so we are trying to see if there is any way to bypass changing to Microsoft Graph. From the paragraph above I understand that there could be a way, but I don't know exactly the steps we need to take .
Thank you