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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.