Show reports with Tableau Javascript API with Trusted Authentication -



making reports clients tableau server trusted authentication.

  • client has dhcp
  • my web server's ip registor in tableau server trusted ip addresses
  • using javascript api trusted authentication

idea this, client can see reports without login.
work?

this idea tableau trusted authentication javascript api

that's basic architecture*. yes works.

you have map external users user tableau knows when creating ticket, if want limit access in way, you'll have layer rules on top -- can easy or hard, depending on trying achieve.

if want have access, easiest approach turn on guest user feature in tableau server (available core license installations). in case, can skip whole trusted ticket authentication step.

'*' except after user's browser session has trusted ticket token, session can interact tableau server directly without using static web server intermediary. web server can serve html, css , javascript page, out of way of interactive exploration of tableau visualization (which in iframe)


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -