Forum Discussion
gluizqueiroz
4 years agoResolver I
Power BI Embedded cannot acquire a token (working nice before day 26). You are using TLS version 1.0
I have a Power BI Embedded using C# lib with AD, working nice for many years, but before yesterday, the embedded stop working and I receive the following message: {"error":"invalid_request","err...
Anonymous
4 years agoNot applicable
Hi gluizqueiroz ,
Based on the error message, it appears that the problem is caused by TLS1.0... As mentioned in the blog post: As of June 2020, Power BI will begin deprecating TLS 1.0 and 1.1 in worldwide environments for commercial customers and in GCC environments for GCC customers. for GCC customers.
You can try to upgrade TLS to TLS1.2+ by referring to the blog link below, and then see if you can get the token properly.
Enable support for TLS 1.2 in your environment for Azure AD TLS 1.1 and 1.0 deprecation
Upgrade the TLS version of your Power BI application to TLS 1.2
Best Regards