Forum Discussion
Anonymous
7 years agoNot applicable
Store access token custom connector
Hi, I am developing a custom connector for retrieving data from an API. The authentication flow was customized, therefore it does not follow a strict standard. The flow is: 1. Ask user for Usern...
Anonymous
7 years agoNot applicable
Client credentials, but I don't want that PowerBI redirect to a another page to sign in.
is there an example for that kind of grant type?
Thanks
tonmcg
7 years agoResolver II
I've never done that nor have I seen it implemented. If you search for the terms client_credentials and grant_type on GitHub, you get two hits: one is from my repo where I authenticate to Twitter (not a custom connector) and the other is a repo for a custom connector that authenticates to Microsoft Teams. I don't know if that works, but I would try adapting that for my purposes.
Good luck!