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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.