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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.