Provisioning Users on 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.