Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hello,
So I'm able to generate Embedded Tokens for my reports using powerBI Api, however the default expiration date for such tokens is set to one hour after they are created. Is there a way to change this setting using the Api ?
I've found the solution to my problem. If anyone is wondering you can increase the lifetime of AccessTokens by creating a new policy for your Organization Active Directory.
Here is the doc.
My current policy (sets access tokens to 1 day)
{
"TokenLifetimePolicy":{
"Version":1,
"AccessTokenLifetime":"1.00:00:00"
}
}
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.