Skip to content

Commit ca22f76

Browse files
Merge pull request #218189 from v-hgampala/tableauserver
Product Backlog Item 2165196: SaaS App Tutorial: TableauServer Update
2 parents bd85d4b + f23b219 commit ca22f76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/active-directory/saas-apps/tableauserver-tutorial.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: saas-app-tutorial
1010
ms.workload: identity
1111
ms.topic: tutorial
12-
ms.date: 01/25/2021
12+
ms.date: 11/14/2022
1313
ms.author: jeedes
1414
---
1515

@@ -148,6 +148,9 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
148148
> [!NOTE]
149149
> Customer have to upload A PEM-encoded x509 Certificate file with a .crt extension and a RSA or DSA private key file that has the .key extension, as a Certificate Key file. For more information on Certificate file and Certificate Key file, please refer to [this](https://help.tableau.com/current/server/en-us/saml_requ.htm) document. If you need help configuring SAML on Tableau Server then please refer to this article [Configure Server Wide SAML](https://help.tableau.com/current/server/en-us/config_saml.htm).
150150

151+
> [!NOTE]
152+
> The SAML Certificate and SAML Key files are generated separately and uploaded to the Tableau Server Manager. For example, in the linux shell, use openssl to generate the cert and key like so: `openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout private.key -out saml.crt` then upload the `saml.crt` and `private.key` files via the TSM Configruation GUI (As shown in the screenshot at the start of this step) or via the [command line according to the tableau docs](https://help.tableau.com/current/server-linux/en-us/config_saml.htm). If you are in a production environment, you may want to find a more secure way to handle SAML certs and keys.
153+
151154
### Create Tableau Server test user
152155

153156
The objective of this section is to create a user called B.Simon in Tableau Server. You need to provision all the users in the Tableau server.

0 commit comments

Comments
 (0)