0

I want to integrate in MVC application and by pass-login screen of tableau. I need to pass custom (single) user credentials.

halfer
  • 19,824
  • 17
  • 99
  • 186
Amit N Thore
  • 191
  • 1
  • 3
  • 1
    Yes, this is possible; I'm doing something similar now. Configure your Tableau instance to require token generation (i.e. to use the JavaScript API to render an iframe). You can then add users at your web-app level and control access to the token generation using your own access control system. Be aware that it is not a trivial project though. – halfer Jul 17 '18 at 10:36
  • However, there is no "impersonation" as such - from Tableau's perspective you'd be running under a single AD account. – halfer Jul 17 '18 at 10:37
  • Yes thanks it works now – Amit N Thore Jul 30 '18 at 04:55

1 Answers1

1

Use Trusted Authentication to create a ticket which can then be used to embed the dashboard in your MVC app.

Talvalin
  • 7,789
  • 2
  • 30
  • 40