Hey everyone, I'm attempting to create a recipe to...
# integrate-powerbi-datahub
b
Hey everyone, I'm attempting to create a recipe to connect to PowerBI but am receiving the following error: "Failed to generate the PowerBi access token. Please check input configuration." Using a debug tool I was able to see that while attempting to obtain an access token the connector received the error "Invalid client secret provided." I verified that my tenant and client IDs are correct and made sure the value for my client secret is correct as well. I'm confused about what could be causing this error. Has anyone else has run into a bizarre issue like this? Thanks.
This error ended up being caused by an extra piece of configuration we did. When the Azure AD app was created we accidentally set it as being for a single-page application with a redirect URL pointing to our datahub frontend which changed how Azure interpreted the access token requests. Going to our Azure AD app page and clicking on authentication, we were able to remove that designation from the Platform Configurations section and that resolved the problem.