Forum Discussion
apdams
3 years agoFrequent Visitor
Getting Auth0 Authentication parameters from a config file
I have a powerquery custom connector that authenticates against Auth0. The authentication call has a bunch of parameters (such as clientId, environment, audience, etc...), most of which don't change ...
apdams
3 years agoFrequent Visitor
Thanks for the suggestion. Unfortunately, your idea assumes (if I follow your thinking correctly) that the config data is fixed and unchanging. Unfortunately, it is dynamic content and may be different every time you sign in. Also, the source data is, unfortunately, secured, so it is only accessible after the client has been authenticated.
I am wondering if it would be possible to add some sort of code in the "finish login" function, (somewhere else) that then gets the secure data and displays it to the user