Forum Discussion

Don-Bot's avatar
Don-Bot
Helper V
1 year ago
Solved

Apps Own Data Embedded solution - URL Logs user out

This is a very weird issue.  I have an apps own data embedded solution.  In that solution I am dynamically creating a URL that takes the user to a specific ticket.  So say you have a table with a lis...
  • v-kpoloju-msft's avatar
    1 year ago

    Hi Don-Bot,

    Thank you for reaching out to the Microsoft fabric community forum. I have identified several alternative workarounds that may assist in resolving the thread.

    The issue you're encountering where clicking a link within the embedded Power BI report logs users out is likely related to how Power BI renders URLs in visuals. When using the App Owns Data model, Power BI automatically adds rel="noopener noreferrer" to links for security reasons. This can disrupt session continuity, especially if your app relies on referrer headers or certain cookie behaviours.

    This behaviour is by design and currently cannot be modified within Power BI visuals. As a potential workaround, we recommend reviewing how your app handles session authentication in cross-origin or embedded scenarios and consider managing navigation from the host application layer where you have more control.

    Kinly refer to the following link for better understanding:
    Power BI embedded analytics Client APIs | Microsoft Learn

    If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.

    Thank you again for reaching out on the Microsoft Community Forum.