Forum Discussion
xhead
Helper II
10 years agoBuild OData service with authentication for PowerBI
I have built an OData service that uses .NET MVC WebAPI and allows anonymous connections. I would like to add authentication to this service and consume it from PowerBI. Is there any document...
mdesenfants
3 years agoNew Member
This reference might be helpful: https://dev.to/mdesenfants/custom-net-6-odata-service-with-oauth-for-power-query-1f3k
It provides some tips on configuring an ASP.NET 6 app for Power BI and Azure AD OAuth2.