Forum Discussion

pietrodig's avatar
pietrodig
Regular Visitor
2 years ago
Solved

How to save session data without localstorage?

Hi everyone, I am creating a custom Power BI visual. In my use case, the visual need to authenticate the users to a third party server with the Oauth2 protocol. When opening the report, every user s...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi pietrodig,

    Power bi service has its own security settings to control the operations, so I think you can't directly export session to local from visual without use local storage API.

    Power BI Security - Power BI | Microsoft Learn

    Regards,

    Xiaoxin Sheng