A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://help.tableau.com/current/server-linux/en-us/identity_migration.htm below:

About the Identity Migration - Tableau

Beginning in version 2022.1, Tableau Server stores and manages identity information using the Identity Service. With the Identity Service, Tableau Server uses a more modern, more secure, and immutable identity structure for the user provisioning and authentication process. Identity migration is a prerequisite for configuring and using identity pools(Link opens in a new window).

Important: If you don't plan to use the identity pools capability, we recommend that you don't run the identity migration. Running the identity migration without plans to use identity pools won't provide benefits to your Tableau Server deployment.

For existing deployments, if upgrading Tableau Server to version 2022.1 (or later) and restoring a backup of Tableau 2021.4 (or earlier), you can start the identity migration after Tableau Server upgrade completes to populate the new Identity Service. The identity migration populates supplemental Identity Service tables for all Tableau Server users, which are then used to authenticate users through the Identity Service. The migration runs in the background and won’t interrupt or interfere with your users' use of Tableau Server.

As an administrator, you can monitor and manage the migration, including changing when the migration runs or resolving any potential migration conflicts, through a dedicated Identity Migration page available from Tableau Server’s Users page. This page is available for the duration of the migration process.

Summary of steps for existing deployments

For new and existing deployments, you must configure Tableau Server to use the Identity Service after the migration completes to take advantage of the identity structure improvements and configure identity pools.

Step 1: Before you begin

Step 2: Enable new schema and sign-in capability

Step 3: Start the identity migration

Step 4: Complete the identity migration

Step 5: Configure Tableau Server to use the Identity Service

Step 6: Enable identity pools

Key terms Purpose of the identity migration

When you create a Tableau Server backup, identity information is saved in the identity schema used by the version of Tableau Server the backup was created for. The migration is necessary to populate identity information from the identity schema used in the backup to the identity schema used by the Identity Service.

Identity schema of Tableau Server 2021.4 and earlier

The identity schema used by the legacy identity store mode consists of two tables, "system_users" and "domains."

Identity schema of Tableau Server 2022.1 and later

The identity schema used by the Identity Service includes the legacy "system_users" tables and supplemental Identity Service tables (*_identity_stores and *identities) that capture more identity information. The additional tables help reduce issues that can be caused by upstream changes in the external identity stores.

What happens during the identity migration

When information about user identities are migrated, identity information stored in the legacy "system_users" table are supplemented with the Identity Service tables.

The type of Identity Service tables that the identity information is supplemented with depends on which identity store type Tableau Server is configured for: local, Active Directory (AD), or Lightweight Directory Access Protocol (LDAP).

Perform the identity migration Step 1: Before you begin

Before you begin, identify your Tableau Server version and upgrade method (if applicable) below to determine next steps in the identity migration.

n/a Tableau Server versions: 2022.1.0 (and later), 2022.3.0 (and later), 2023.1 (and later), and later New installation Go to Step 2. Tableau Server versions: 2022.1-2022.1.7, 2022.3-2022.3.9, or 2023.1-2023.1.5 Tableau Server versions: 2022.1.8 (and later), 2022.3.10 (and later), 2023.1.6 (and later), and later n/a

Have you enabled the new schema for sign in (i.e., wgserver.authentication.legacy_identity_mode.enabled -v false)?

Tableau Server versions: 2021.4.x or earlier Tableau Server versions: 2022.1.8 (and later), 2022.3.10 (and later), 2023.1.6 (and later), and later n/a Go to Step 2. Tableau Server versions: 2021.4.x or earlier Tableau Server versions: 2022.1.0-2022.1.7, 2022.3.0-2022.3.9, or 2023.1.0-2023.1.5 If you’re performing a Blue/Green upgrade or manually upgrading Tableau Server by 1) installing Tableau Server on a new machine and then 2) backing up and restoring Tableau Server using the tsm maintenance (backup and restore) commands, you’re required to take some additional steps to initiate the migration. Go to Troubleshoot Issues with the Identity Migration. If you’re doing an “in-place” single-server or multi-node upgrade of Tableau Server using the method described here, there are no additional steps required from you to initiate the migration. The migration initiates after Tableau Server upgrade to version 2022.1 (or later) is complete. Go to Step 2. If you’re manually upgrading Tableau Server by 1) installing Tableau Server on a new machine and then 2) exporting and importing configuration and topology information using tsm settings (export and import) commands, there are also no additional steps required from you to initiate the migration. The migration initiates after the import process completes on the new Tableau Server machine. Go to Step 2. Step 2: Enable new schema and sign-in capability

Before starting the identity migration, the new identity schema must be enabled by the tsm command features.NewIdentityMode; and to continue allowing sign-in to Tableau Server while the identity migration process takes place by the wgserver.authentication.legacy_identity_mode.enabled or tsm authentication legacy-identity-mode <commands> tsm commands.

  1. Open a command prompt as admin on the initial node (where TSM is installed) in the cluster.

  2. Run the following command:

    tsm configuration set -k features.NewIdentityMode -v true
  3. Run the following commands depending on the version of Tableau Server you're running:

    Note: Running these commands causes Tableau Server to restart.

Step 3: Start the identity migration

Note: If you’ve upgraded to Tableau Server versions 2022.1-2022.1.7, 2022.3-2022.3.9, or 2023.1-2023.1.5, the identity migration starts by default and you can skip to Step 4: Complete the identity migration below.

To start the identity migration, you must enable the identity migration capability by using the tsm command features.IdentityMigrationBackgroundJob.

  1. Run the following command:

    tsm configuration set -k features.IdentityMigrationBackgroundJob -v true

After the identity migration begins, you’ll see a notification in Tableau Server that links you to the Identity Migration page. The Identity Migration page is where you can monitor the status of the identity migration and identity conflicts that need to be resolved.

Step 4: Complete the identity migration

Note: Skip this step for new installations.

To complete the identity migration, all identity conflicts must be resolved or acknowledged before you can enable the Identity Service for Tableau Server.

  1. Sign in to Tableau Server as an administrator.
  2. From the left navigation pane, select Users (or All Sites > Users for a multi-site Tableau Server) and then click the Identity Migration page to verify the migration has started.

    You can monitor and manage its progress using the dedicated Identity Migration page available from Tableau Server’s Users page. For more information, see Manage the Identity Migration.

  3. Resolve or acknowledge all identity conflicts as described in Resolve Identity Migration Conflicts so that All failures tab displays "0" like in the image below.

  4. Do one of the following:

  5. After the migration completes, from the Identity Migration page, validate that the Migration Overview shows 100% complete.

Step 5: Configure Tableau Server to use the Identity Service

After the identity migration is complete, configure Tableau Server to use the Identity Service to ensure a more secure and immutable identity structure for the user provisioning and authentication process.

  1. Open a command prompt as an administrator on the initial node (where TSM is installed) in the cluster.
  2. Run the following commands depending on the version of Tableau Server version you are running:

    Note: After running one of the commands above, the dedicated Identity Migration page is removed and no longer accessible. The page is accessible only when tsm configuration set -k wgserver.authentication.legacy_identity_mode.enabled is true or tsm authentication legacy-identity-mode is enabled.

After Tableau Server is configured to use the Identity Service, when users sign in to Tableau Server, Tableau Server searches for their user identities using their identifiers in the configured identity store. From the identifiers, the universal unique identifiers (UUID) are returned and used to match existing Tableau Server user identities. This process then generates sessions for the users and completes the authentication workflow.

Step 6: Enable identity pools

When you’ve completed the identity migration and enabled the Identity Service, enable the identity pools capability in preparation for configuring identity pools(Link opens in a new window).

  1. Run the following commands:

    tsm configuration set -k features.IdentityPools -v true
    tsm pending-changes apply

Note: Running these commands causes Tableau Server to restart.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4