Exchange Online Reporting Service Authentication via LogicApp

Giuseppe SCALZI 1 Reputation point
2022-06-09T12:18:25.707+00:00

I am following this guide to create a LogicApp to import the Exchange MessageTrace into a Log Analytics workspace:

How can I replace the Basic Auth with a more secure authentication like OAUTH or via Managed Identities?

Does https://reports.office365.com supports OAUTH?
How can I assign Exchange Online permissions to a Managed Identity?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,831 Reputation points Microsoft Employee
    2022-06-13T22:25:13.367+00:00

    Hello @Giuseppe SCALZI - Thank you for posting on MS Q&A! It looks like Exchange Online has deprecated Basic Auth in favor of OAuth, see: https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online

    Assuming that you can use OAuth to create the connection for your Logic App workflow as desired, you'll also want to be mindful of a known SSO behavior which is explained in the following blog post: https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/using-service-account-for-office-365-outlook-connector/ba-p/1978513

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.