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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Charles001
Frequent Visitor

Revoke Token for Power BI Embedded / Python

I am trying to find a way to revoke an access token.

I am using Power BI Embedded with Python. In the python section I am using Confidential Client Application and method acquire_token_for_client.

 

All is working fine, but I need to be able to revoke the token on logout.  I understand there is no official way to do this?

 

So I am looking at possibly updating the access token on logout but not delivering to the browser.  Is this possible?

 

Thanks in advance.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Charles001,

AFAIK, you cannot directly revoke the current tokens, it has corresponded expiry time. (you can do custom on the azure side to set the general token expired time)

For your requirement, I'd like to suggest you trace the logout operations, and invoke the generate token functions to force generated new token and the old one will be disabled.

In addition, since power bi embed is based on the azure ad, you can also take a look at the following link to revoke the user access:

Revoke user access in an emergency in Azure Active Directory | Microsoft Docs

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
DocHypoport
Regular Visitor

Charles,

 

You have Python visuals working in Power BI Embedded ? For me it works in the Power BI Service but not when embedding. It is in an workspace with an embedded capacity. The error when embedding: Underlying Error: MissingJobResult

Anonymous
Not applicable

Hi @Charles001,

AFAIK, you cannot directly revoke the current tokens, it has corresponded expiry time. (you can do custom on the azure side to set the general token expired time)

For your requirement, I'd like to suggest you trace the logout operations, and invoke the generate token functions to force generated new token and the old one will be disabled.

In addition, since power bi embed is based on the azure ad, you can also take a look at the following link to revoke the user access:

Revoke user access in an emergency in Azure Active Directory | Microsoft Docs

Regards,

Xiaoxin Sheng

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.

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.