Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
Solved! Go to Solution.
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
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
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |