Microsoft renamed Azure Active Directory (Azure AD) to Microsoft Entra ID in 2023.
These two names refer to the same service. This documentation applies to both.
Switching from Another SAML Provider (e.g. Okta)
If you are moving an existing Curator instance from a different SAML identity provider (such as Okta or OneLogin) to Microsoft Entra ID, you are replacing Curator’s current SAML configuration in place. Curator supports one active authentication provider at a time, so there is no way to run the old and new SAML IdPs side by side — the new Entra configuration takes over from the old provider the moment you save.This is different from a portal-to-portal migration (moving to a new server and cutting over DNS), which is
covered in the SAML Cutover Process guide. The steps below are for
swapping the SAML identity provider on the same running Curator instance.
- Prepare the Entra app in advance — Complete the Azure App Creation and Azure to Curator Configuration steps below before your cutover window, and have the Entra Federation Metadata XML ready to import so the live change is quick.
- Provision every user in Entra first — Each Curator user must exist in Microsoft Entra with a username that matches their Tableau Server username exactly (see the Provisioning Users section below). Any user not provisioned in Entra will be unable to log in after the switch.
- Update Curator’s authentication settings during the window — In the backend under Settings > Security > Authentication Settings, import the Entra metadata (see Import Azure Metadata to your Curator Instance) and save. This is your cutover point — the previous provider is replaced immediately.
- Validate with a test user before announcing — Log in as a test user through the Entra flow to confirm the integration works end to end before telling end users the switch is complete.
- Decommission the old IdP app — Once the migration is confirmed stable, remove the Curator enterprise application from your previous identity provider.
Provisioning Users on Microsoft Entra ID (Azure AD)
For provisioning users with Azure AD, you will need to have a user created in both Azure AD and Tableau Server - their username’s must match (the “Application username format” step in #4 below). Once the user logs in, their username in Azure needs to match exactly the username of a user on Tableau Server.Curator Setup
If you have not installed Curator you can do this with the commands in the Installation documentation. Also ensure you have connected to your Tableau Server instance following the Tableau Server connections steps.Tableau Setup
Tableau Cloud Tableau has excellent documentation on connecting Azure AD to Tableau Cloud. https://help.tableau.com/current/online/en-us/saml_config_azure_ad.htm Make sure to follow the additional setup steps in the Tableau Cloud documentation. Tableau Server To ensure that after a user signs in to SAML via Curator they do not have to re-sign in to the embedded Tableau Server Dashboard: On your Tableau Server run the command below:Azure App Creation
The app you create here will be in addition to the one you already setup for Tableau.Create your Azure App
- Login to https://portal.azure.com
- In the search bar search for “Azure Active Directory” and click the result that matches from the result list.
- From the left-hand menu click “Enterprise Applications”
- Click “Create a new application”
- Click the ”+ Create your own application”
- Enter a name for your app and select the non-gallery option - We recommend the name
Curator - Click “Create”
Azure to Curator Configuration
Import Curator Metadata to your Azure App
- Login to the backend of your Curator instance (e.g.
http://curatorexample.com/backend) - Navigate to the Settings > Security > Authentication Settings section from the left-hand menu.
- Change the “Authentication Type” to SAML
- This will expose two buttons, click the “Download SAML Metadata” button, and save the file somewhere you can soon retrieve.
- Return to the app you created in the steps above in the Azure portal, and from the left-hand navigation click “Single sign-on”.
- At the top click “Upload metadata file” and upload the file you downloaded from Curator in step #4 here.
Import Azure Metadata to your Curator Instance
- Continuing from the steps above, while still on the same page find the section of the page titled “SAML Signing Certificate” and click the “Download” link next to Federation Metadata XML
- Save this file.
- Click the “Import SAML Metadata” button and follow the steps to upload the file downloaded in step #7.
- After the file is uploaded, ensure your Authentication Type is still set to SAML and re-save your settings.