Forum Discussion

MKE's avatar
MKE
Helper I
3 years ago

Power BI Custom Connectors

Hello,

 

I have created a custom connector for Xero OAuth 2.0. Everything runs smooth. Now I need to make the connector usable for many client ids. I know it's a complex one given it is an OAuth flow and I have not figured a way to incorporate a prompt for users to input their id and secret when authenticating. Has someone does this before? I will appreciate any pointers to the right direction. Thanks

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi MKE ,

     

    In my experience, an authentication of combining multi accounts, it seems that it is not possible.

    But if you want to connect multi data sources, please refer to

    How to Parameterize Data Sources in Power BI | phData

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • MKE's avatar
      MKE
      Helper I

      Thanks Anonymous , not really looking to combine multiple accounts in one call. I just need to parametize the client id and client secret so that my different clients can use it. I was looking into this function Extension.InvokeWithCredentials do you think this could be something? I have not come across any documentation on this one.