Forum Discussion
Anonymous
2 years agoNot applicable
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 ...
- Anonymous2 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.
Anonymous
2 years agoNot applicable
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.