Forum Discussion
Quicky
8 years agoAdvocate I
Custom Data Connector with parameterised OAuth ClientID
Hi. I've built a custom data connector to a REST API that uses OAuth. Currently the client_id and client_secrets used by the OAuth authentication are stored in spearate files as per the samples provi...
v-ljerr-msft
8 years agoMicrosoft Employee
Hi Quicky,
Here is a similar thread in which a solution is mentioned. Could you go to check if it helps in your scenario? :smileyhappy:
I have managed to sort this out.
I have accomplished an alpha solution that covers the authentication part + fetches data.
Currently tested with mock data.
https://github.com/AmirSasson/pardot-powerbi-connector
I might add some paging mechanism to support large scale data fetch.
Regards