AAD Authentication Using JSON WebAPI Consumed by Power BI

I wrote my own web service in ASP.NET Core 2, which authenticates against AzureAD and provides the JSON endpoint that I am trying to use in Power BI. When I install authentication on the Organizational account and click login, I get the following error:

We were unable to connect because this type of credential is not supported for this resource. Select a different type of credential.

Is there anything I need to change in my service so that it works correctly with Power BI?

+4
source share

Source: https://habr.com/ru/post/1691641/


All Articles