Forum Discussion
power bi report server + dynamics 365 on-premise + refresh data
- Anonymous6 years ago
thanks Greg.
but I ended up with writing a data gateway myself to automate an ADFS authentication process (WS-Federation protocol), then act as a reverse proxy to the ODATA api.
Golang rocks btw...
thanks Greg.
but I ended up with writing a data gateway myself to automate an ADFS authentication process (WS-Federation protocol), then act as a reverse proxy to the ODATA api.
Golang rocks btw...
Could you give any details on how you configured your Data gateway. I have sent a personal msg as well. Can you get back to me ?
- Anonymous6 years agoNot applicable
i hope you like python.
the key here, is to do a trace using chrome/firefox dev console.
get the idea of the whole authentication process.
then automate the process using whatever programming language you are familiar with.
- walkingstar6 years agoFrequent Visitor
Thanks Trivita. Thanks for the code.
Could you provide details to configure Data Gateway?