Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Accounts | ||
| Groups | ||
| Sites | ||
| Licenses | ||
| Projects | ||
| Workbooks | ||
| Views |
Permission inheritance
Tableau uses a permission inheritance model that affects how access is synced and provisioned:-
Projects with
LockedToProject: When a project’s content permissions are set toLockedToProject, workbooks inside that project inherit the project’s permissions and cannot be granted or revoked independently — permissions must be changed at the project level instead. -
Workbooks with
showTabs=true: Views (dashboards) inside these workbooks inherit their permissions from the workbook. View-level permissions cannot be granted or revoked independently — attempting to do so returns a clear error. Use the workbook entitlement instead. -
Workbooks with
showTabs=false: Views have their own independent permission assignments, which can be granted and revoked directly.
Gather Tableau credentials
Configuring the connector requires you to pass in credentials generated in Tableau. Gather these credentials before you move on. To work with the Tableau APIs, you’ll need either an installation of Tableau Server or membership in the Tableau Developer Program, which grants you a personal Tableau Cloud sandbox.Generate a Personal Access Token
In the menu bar at the top of the page, click your profile image or initials and select My Account Settings from the menu.
In the Personal Access Tokens area of the page, enter a name for your new token (such as “C1 integration”) and then click Create.
Locate your server path and site ID
Locate your site ID, which is the value that appears after
/site/ in the full URL for your Tableau instance.Examples:For a Tableau Server instance with the URL http://SampleServer#/site/SecurityTeam/projects, the server path is SampleServer and the site ID is SecurityTeam.For a Tableau Cloud instance with the URL https://10ay.online.tableau.com#/site/MarketingTeam/workbooks, the server path is 10ay.online.tableau.com and the site ID is MarketingTeam.That’s it! Next, move on to the connector configuration instructions.Configure the Tableau connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.That’s it! Your Tableau connector is now pulling access data into C1.
Choose how to set up the new Tableau connector:
- Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with C1)
- Add the connector to a managed app (select from the list of existing managed apps)
- Create a new managed app
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.If you choose someone else, C1 will notify the new connector owner by email that their help is needed to complete the setup process.
Configure IDP-based account provisioning
When provisioning Tableau accounts (Licenses resource type), the connector supports two optional fields in the provisioning mapping that control how new accounts are authenticated:| Field | Description |
|---|---|
| IDP Configuration Name | Name of an IDP configuration defined on your Tableau site (e.g., a SAML provider). When set, new accounts are created using that IDP. Requires Tableau API version ≥ 3.22. |
| With MFA | When set to true, new accounts are created using Tableau’s built-in MFA authentication. Takes precedence over IDP Configuration Name if both are set. |
Behavior reference
| Configuration | Result |
|---|---|
| Neither field set | Account created with Tableau site default authentication |
| IDP Configuration Name set, IDP found | Account created with the named IDP |
| IDP Configuration Name set, IDP not found | Provisioning fails with an explicit error naming the missing IDP |
| IDP Configuration Name set, API version < 3.22 | Provisioning fails with an explicit error — upgrade your Tableau Server or remove the field |
With MFA = true | Account created with Tableau MFA — IDP Configuration Name is ignored regardless of API version |
If your Tableau Server uses an API version older than 3.22 and you do not set IDP Configuration Name, account provisioning uses the site default authentication without error. The IDP endpoint is only required when you explicitly configure an IDP name.