Hi Guys, I hope I can find an answer here regarding to our problem.
We are creating a Power BI extension using Power Query or "M" that will be available in the list of services when you use Get Data in Power BI Desktop. The extension will get the data from OData service that we developed and that OData services was developed using .NET MVC WebAPI with OAuth2.
What we have done so far.
We were able to create the Power BI Extension and it is now available in the services when you use Get Data in Power BI Desktop. We also manage to bring out the login screen of our Odata services when you click Sign in from Power BI Desktop.
Our problem now is we don't know how to get back to Power BI Desktop after the user is Authenticated in our OData service.
I hope you can point us to any documentation that would help us achieve our intensions or resolved our problem.
Thanks