Forum Discussion
MKE
3 years agoHelper I
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 fl...
Anonymous
3 years agoNot 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
3 years agoHelper 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.