Skip to content

Commit dc256b0

Browse files
authored
Update sign-in-out.md (#1589)
Make difference between signin for Tableau Cloud v Tableau Server more obvious
1 parent ff5c3c7 commit dc256b0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/sign-in-out.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,19 @@ In most cases this is the preferred method because it improves security by avoid
2222

2323
To sign in to Tableau Server or Tableau Cloud with a personal access token, you'll need the following values:
2424

25+
**Tableau Server**
2526
Name | Description
2627
:--- | :---
2728
TOKEN_NAME | The personal access token name (from the My Account settings page)
2829
TOKEN_VALUE | The personal access token value (from the My Account settings page)
29-
**Tableau Server** |
3030
SITENAME | The Tableau Server site you are authenticating with. For example in the site URL http://MyServer/#/site/MarketingTeam/projects, the site name is MarketingTeam. In the REST API documentation, this field is also referred to as contentUrl. This value can be omitted to connect with the Default site on the server.
3131
SERVER_URL | The Tableau Server you are authenticating with. If your server has SSL enabled, this should be an HTTPS link.
32-
**Tableau Cloud** |
32+
33+
**Tableau Cloud**
34+
Name | Description
35+
:--- | :---
36+
TOKEN_NAME | The personal access token name (from the My Account settings page)
37+
TOKEN_VALUE | The personal access token value (from the My Account settings page)
3338
SITENAME | The Tableau Cloud site you are authenticating with. For example in the site URL https://10ay.online.tableau.com/#/site/umbrellacorp816664/workbooks, the site name is umbrellacorp816664. In the REST API documentation, this field is also referred to as contentUrl. This value is always required when connecting to Tableau Cloud.
3439
SERVER_URL | The Tableau Cloud instance you are authenticating with. In the example above the server URL would be https://10ay.online.tableau.com. This will always be an an HTTPS link.
3540

0 commit comments

Comments
 (0)