I am looking create a Power BI Custom Dataconnector that will allow authentication by capturing username, password and then calling webapi to authenticate the user. I have tried the example from
https://github.com/Microsoft/DataConnectors/tree/master/samples/HelloWorld
Which a very basic hello world example without UI to capture credentials. I like to know how to popup a "view" to capture the login details.