Tableau Workbook Trusted Authentication Demo
# using yarn
yarn
# using npm
npm install
yarn start:dev # start on development environment
yarn start # start
yarn stop # stop
yarn restart # restart
- The user loads a page containing an embedded Tableau dashboard.
- The front-end calls the back-end to get a trusted ticket.
- The back-end server sends a POST request to Tableau Server to get a trusted ticket.
- Tableau Server responds with a ticket.
- The back-end returns the ticket to the front-end.
- Redeem the ticket and display the Tableau dashboard.