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 September 15. Request your voucher.

Reply
mohit_pawar
New Member

Authentication error while log in

#Set parameters

client_id = "" #Add your Client ID here
client_secret = "" #Add your Client Secret here
tenant_name = "" #Add your tenant name here
workspace_id = "" #Add your Workspace ID here
dataset_id = "" #Add your Dataset ID here

authority_url = "https://login.microsoftonline.com/" + tenant_name 
url = "https://api.powerbi.com/v1.0/myorg/groups/" + workspace_id +"/datasets/"+ dataset_id +"/refreshes?$top=1"
 
app = msal.ConfidentialClientApplication(client_id, authority=authority_url, client_credential=client_secret)
result = app.acquire_token_for_client(scopes=scope)
 
Hi Team,
I trying to log in to account with the above python script for refresh dataset with that script. For that I am trying to log in but facing an aythentication error message like 'error': 'unauthorized_client',
 
want to clear that please guide me in this.
 
Thanks,
Mohit P
 
 
 
2 REPLIES 2
tayloramy
Skilled Sharer
Skilled Sharer

Hi @mohit_pawar
I wanted to check in here and see if you still needed any help, or if my previous post was able to solve your problem? 

 

If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, please mark this as the solution. 

tayloramy
Skilled Sharer
Skilled Sharer

Hi @mohit_pawar

 

Does this service principal have access to the workspace? 
In the Fabric Admin portal, is the "Service principals can use Fabric APIs" enabled? 

 

If you found this useful, consider giving Kudos. If I solved your problem, mark this post as the solution. 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors