Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Errors authenticating with a Public Client Application

Hello all,   I'm learning how to use the Power BI REST API. I am using the MSAL library to authenticate my desktop application, and I am using the below function to create a bearer token:   def ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    I realized that I needed to specify the actual scopes of the application, rather than leaving it at default. Once I did that, everything authenticated as expected.