Forum Discussion
amatteo90
7 years agoNew Member
Native App for data push with auto login
Hello everyone, I'm building a console application using Visual Studio 2017 in order to push data into a Power BI dataset. I followed this guide: https://docs.microsoft.com/en-us/power-bi/develope...
tripleacoder
7 years agoHelper I
Hi,
I'm trying to do the same thing:
You can't generate an app key when you have selected Native app type. You have to select Web/API.
This sample shows you how to use the app secret:
https://github.com/azure-samples/active-directory-dotnet-daemon
I get 401 errors when I try to call the REST API though. This is even though my app has been granted permissions by a Global Admin.