Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is an example generic HTTP connector config for Tableau #1278

Closed
1 task
izgeri opened this issue Jun 22, 2020 · 0 comments · Fixed by #1293
Closed
1 task

There is an example generic HTTP connector config for Tableau #1278

izgeri opened this issue Jun 22, 2020 · 0 comments · Fixed by #1293

Comments

@izgeri
Copy link
Contributor

izgeri commented Jun 22, 2020

Use case

I am a developer building an app that needs to connect to Tableau

Additional details

Instructions for HTTP Authorization can be found here. The Tableau API takes a header of X-Tableau-Auth.

A free trial account of Tableau Online can be found here.

In order to get the necessary credentials for the X-Tableu-Auth token, a request can be made via Postman with the following content:
URL: https://tableau-url/api/3.4/auth/signin
Body Parameters:
If your website is https://us-west-2b.online.tableau.com/#/site/secretlesstest/home, then the contentUrl below would be secretlesstest.

<tsRequest>
	<credentials name="<your-email>" password="<your-password>">
		<site contentUrl="<site-name>" />
	</credentials>
</tsRequest>

This should also return a site-id and a user-id.

A developer should then be able to test that Secretless is working by making a request to some of Tableau's API methods.

Acceptance criteria

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants