Skip to main content

Posts

Showing posts with the label tableau trusted authentication

Test Trusted Authentication on Tableau server

Test Trusted Authentication The steps below provide a method you can use to test retrieving a trusted ticket from your web server. This simple test can help evaluate connectivity between the web server and Tableau Sever, and whether or not trusted authentication has been configured correctly. Important : The test code provided in this topic runs client-side in the browser to provide a quick, visual validation that trusted authentication is configured correctly on Tableau Server. If the client browser loading the html page is not on the trusted web server, you may have to temporarily trust the client IP. In practice, you should never trust client IP addresses as part of your trusted authentication configuration. All trusted IP addresses are able to request tickets as any user including your administrator. In a production environment, all trusted authentication flows should run server-side, between Tableau Server and the trusted web server(s) only. Because the test is run on a client bro...

Tableau tsm authentication trusted

tsm authentication trusted configuration at the command prompt using simple commands Trusted authentication allows shared web link of Tableau report/dashboard to be accessed with login as the trusted mechanism embeds a trusted key in the URL. The key will be valid until the expiry setup in the Tableau server. Configure trusted authentication (trusted tickets) for user authentication on  Tableau Server . Syntax: Go to command prompt on the machine where Tableau server is installed and run the below command with correct variable/options. tsm authentication trusted configure [options] [global options] Ex:  tsm authentication trusted configure -th "192.168.1.101" Here  "192.168.1.101" is web server IP, you can even use web server name here.     Options -th, --hosts <string> Optional. Specifies the trusted host names (or IPv4 addresses) of the web servers that will be hosting pages with Tableau content. For multiple values, enter the names in a comma-...