enter image description here I am trying to embed a private dashboard from Tableau Server into my .NET ABP MVC application. The goal is to allow users to view the dashboard without manually logging into Tableau.
I tried two authentication approaches:
Trusted Tickets
Connected Apps with JWT
But in both cases, the embedded view shows a “Sign in to Tableau Server” button instead of loading the dashboard.
Tableau Server version: 2023.3.4
Backend: .NET (ABP Framework)
Authentication methods tried:
Trusted Tickets
Connected Apps (JWT)
Tableau user exists on the server
JWT token is generated successfully
Instead of displaying the dashboard, the embedded view redirects to the Tableau login screen and shows a “Sign in to Tableau Server” button.
Does anyone know what configuration or step might be missing that causes Tableau to redirect to the login page instead of authenticating the embedded user?