Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
through Powershell it can be done, have a look at module MicrosoftPowerBIMgmt
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.
If someone has come across this and the solution for this, I highly appreciated. Thanks for contributing ideas.
There are a couple of posts in this forum on that topic.
https://community.powerbi.com/t5/Developer/Power-BI-Admin-API-with-MFA/td-p/1117389
User | Count |
---|---|
5 | |
4 | |
4 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |