Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I hit the endpoint https://login.microsoftonline.com/common/oauth2/token with username, and password, and it return token to me.
Then I used that to show the reports in my webpage.
But when I enable the MFA for that user, then it gives me error response: "Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access".
What I need to change in my code to run it smoothly. Or There is any other solution for this.
Solved! Go to Solution.
@tpinkertonchetu wrote:
What I need to change in my code to run it smoothly. Or There is any other solution for this.
You cannot fix this in your code. If the account is enabled for MFA then it cannot generate a token without someone responding to the MFA challenge. You probably need to get an exception from MFA for this account or look using the Power BI Embedded functionality Power BI in Your Apps | Microsoft Power BI
@tpinkertonchetu wrote:
What I need to change in my code to run it smoothly. Or There is any other solution for this.
You cannot fix this in your code. If the account is enabled for MFA then it cannot generate a token without someone responding to the MFA challenge. You probably need to get an exception from MFA for this account or look using the Power BI Embedded functionality Power BI in Your Apps | Microsoft Power BI
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.