Forum Discussion
Token expiring in Power BI embedded (error 403)
- Anonymous5 years ago
HI gcanelon,
You can consider storage the resulting token string and expired date(expiration field) to variables or session and modify yours generate token function to add if statement to compare current date time and cache variables.
After these steps, your invoke token function will force check the expiry date from caches and regenerate the token if they expired.Regards,
Xiaoxin Sheng
HI gcanelon,
You can consider storage the resulting token string and expired date(expiration field) to variables or session and modify yours generate token function to add if statement to compare current date time and cache variables.
After these steps, your invoke token function will force check the expiry date from caches and regenerate the token if they expired.
Regards,
Xiaoxin Sheng