Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
dpm
Frequent Visitor

Generating an access token

I am generating an access token to use with the Power BI REST API but for users with MFA enabled that doesn't work.

 

Request: https://login.microsoftonline.com/common/oauth2/token
client_id: ...
grant_type: password
resource: https://analysis.windows.net/powerbi/api
username: ...
password: ...
client_secret: ...

Error message:
AADSTS50076: 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

 

Is there any way to obtain the access token without disabling MFA?

 

Thank you in advance! 

4 REPLIES 4
WouterV
Frequent Visitor

through Powershell it can be done, have a look at module MicrosoftPowerBIMgmt

dpm
Frequent Visitor

Thank you Ilbendlin,

 

Disabling MFA is not an option unfortunately. I read answers from the second post but from what I can see SPN can't be used to obtain the access token needed. I've seen other applications offering the same functionality using the API and it was compatible for users with MFA enabled. Is it maybe possible to use the 'client_credentials' grant type for obtaining the access token somehow?

 

Thank you in advance. 

dpm
Frequent Visitor

If someone has come across this and the solution for this, I highly appreciated. Thanks for contributing ideas.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors