Forum Discussion
Error AADSTS50076 while trying to acquire token to embedded Power BI using JS API
- 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.
Hi gluizqueiroz,
Thank you for reaching out to the Microsoft Fabric Forum Community.
The error code AADSTS50076 typically indicates that Multi-Factor Authentication (MFA) is required due to a policy change or new sign-in location. This often occurs when using authentication flows that do not support MFA, such as the Resource Owner Password Credential (ROPC) grant.
To resolve this issue, please refer to the official Microsoft documentation here:
https://learn.microsoft.com/en-us/entra/identity-platform/reference-error-codes#aadsts50076
If this solution helped, please consider marking the response as accepted and giving it a thumbs-up so others can benefit as well.
Best regards,
Prasanna Kumar
Hello, Prasanna Kumar!
Thanks for the answer so far, but: How can I manage this error?
I need to check or uncheck something at Azure?
What I need to do to receive a token after request?
I need to disable MFA for the user?