The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Team,
Scenario - Lot of our users use PowerBi Premium. and under Workspace; there are few workspaces have been created. These workspaces has some reports. When users are viewing these reports; they have to authenticate again. (So there are 2 steps where people need to enter username/ password. I did further research and this is known problem in PowerBI and you cannot skip the 2nd layer of authentication. I found below statement on given website
"The authentication token lifetime is controlled based on your Azure AD settings. When the authentication token expires, the user will need to sign in again to get an updated authentication token. The default lifetime is one hour, but it might be shorter or longer in your organization. You can't automatically refresh the token in this scenario."
Question - How do I extend the session?
I did some research and found that I can connect to Graph API and check the 'Get-MgPolicyTokenLifetimePolicy' properties but its giving me access denied error. I have assigned myself "Security Reader" role but that still getting error as below -
PS C:\WINDOWS\system32> Get-MgPolicyTokenLifetimePolicy
Get-MgPolicyTokenLifetimePolicy : Insufficient privileges to complete the operation.
Status: 403 (Forbidden)
ErrorCode: Authorization_RequestDenied
Does anyone have any idea? Thank you for your help in Advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.