Azure analysis service connection using Service principal not working
问题 I am trying to connect to Azure Analysis services using ADOMD and authenticated using a Service principal. So I have done following: Create app in AAD. Granted the app (Service principal) read permission on the Azure Analysis service. Below is my code to connect to Azure Analysis service. var clientId = "******"; var clientSecret = "*****"; var domain = "****.onmicrosoft.com"; var ssasUrl = "northeurope.asazure.windows.net"; var token = await TokenHelper.GetAppOnlyAccessToken(domain, $"https: