Forum Discussion

gluizqueiroz's avatar
gluizqueiroz
Resolver I
1 year ago
Solved

Error AADSTS50076 while trying to acquire token to embedded Power BI using JS API

I developed a new feature in my web portal that embedded Power BI Reports and it works fine in my PC, in "development enviorament", but when I publish to "homolog enviorament", the function that acqu...
  • gluizqueiroz's avatar
    gluizqueiroz
    1 year ago

    Thanks for reply!

    Interesting solutions and article about MSAL, I will study more about this in the future.
    By now, I solved the problem releasing the MFA when the request comes from specific IPs adresses. My application is located in a specific and stable VM with static IP adress, so, every request to Azure, starts from the same IP adress, and only 1 IP, knowing this fact, I add the IP address at the following:

    https://entra.microsoft.com/#view/Microsoft_AAD_AuthenticationMethods/MultifactorAuthenticationConfig.ReactView

    And go to tab "Service config".

    Thanks for replying and trying to help me.