Tableau Server SAML Single Sign-On (SSO) with TYPO3 as SAML IdP . TYPO3 SAML IdP extenstion gives you the
ability to use your TYPO3 credentials to login into Tableau Server (SP). Here we will go through a step-by-step guide to configure
SSO between Tableau Server as SP (Service Provider) and TYPO3 as IDP (Identity Provider).
Pre-requisites: Download and Installation
1. Installing SAML IDP extension in TYPO3
- Download the zip file of the SAML IDP extension from TYPO3 marketplace
- Go to your TYPO3 backend, and click on Extensions section at the left side of your screen.
- Upload the zip file, as represented in the below image or you can unzip the plugin zip into 'Typo3 root folder/typo3conf/ext' directory.
- Now search for the "miniOrange SAML IDP" in Installed extensions section and activate the extension by clicking on activate button.
- After installation, click on the newly installed extension "miniOrange SAML IDP extension" for TYPO3 SSO and login with your registered miniOrange credentials.
- After entering username and password you will require license key to proceed further if you are a premium customer. (You will get this key from the miniOrange team. After entering license key, you can activate the license and proceed further.)
- If you are not a premium customer you can direcly login submitting miniOrange credentials.
- After successful login, you can see the details related to your account.
- Now you are ready to configure your Service Provider. But, it's important to integrate frontend first.
2. Integrate extension with TYPO3
- Now you have to design your frontend by left clicking on the Home tab then click on New Subpage
- You need to add STANDARD page within the HOME page.
- Enter the Standard Page name as: FESAML.
- Click on FESAML Page and click on Add content. Go to plugins and add FESAML Plugin.
- Navigate to plugin tab and select FESAML plugin. Add website users in Record Storage Page and save the settings.
- If you need to make changes in URL segment, which will also be your initial SSO URL, right click on FESAML page, select edit and click on "toggle URL" button to set URL according to your way.
- Also, you must create at least one group as TYPO3 doesn’t allow to create users unless there’s one usergroup at least.
- To create group go to list tab from the left panel, click on Website users folder and hit the "+" button at the top of the screen.
- Now select Websiteuser group ? from the list.
- Insert Group Name in group title section and click on Save button at the top. User group will be created.
- You can also create a SSO button on login page. Click on Home, proceed to the +Content option.
- Switch to Special elements tab and select Plain HTML.
- Here what you will be doing is, you are adding SSO login button, URL in the button section will be of FESAML Standard Page.
- The code snippet to do so is mentioned in the given image. Enter the code and hit the Save button at the top.
- Now you can configure plugin in the backend.
Steps to configure Tableau Server SAML Single Sign-on ( SSO ) Login into TYPO3
1. Configure Tableau Server as Service Provider
- Log in to your Tableau Services Manager as Admin Account.
- Navigate to the Configuration tab and select User Identity & Access from left menu bar.
- Click on Authentication Method.
When you are configuring Tableau Server as SAML SP, follow these steps:
- In the miniOrange SAML IDP extension, navigate to the "IDP Metadata" tab to find "IDP Entity ID/Issuer," "SAML Login URL," and "Certificate" fields (Optional). keep it handy.
IDP Entity ID/Issuer |
Enter your TYPO3 base URL |
SAML Login URL |
Enter your Fesaml page URL |
In Tableau Step 1:
- Select "SAML" under "Authentication Method".
-
- Enable SAML authentication for the server by checking the box.
Tableau Server return URL |
Enter the URL that Tableau Server users will access. |
SAML Entity ID |
The entity ID uniquely identifies your Tableau Server installation to the IDP.
You can enter your Tableau Server URL again here. |
SAML certificate and key files |
Click on Select File to upload the SAML x.509 certificate and SAML key.
You can generate the self-signed certificate using OpenSSL using the following command
openssl req -x509 -sha256 -nodes -newkey rsa:2048 -keyout cert.key -days 365 -out cert.crt
|
In Tableau Step 2:
- Click the "Download XML Metadata File" button to download the file. This file is required to set up TYPO3 as an IDP and keep it handy.
In SAML IDP Extenstion Step 3:
- Navigate to the "IDP Metadata" tab of the TYPO3 SAML IDP module and click the "Download XML Metadata" button.
In Tableau Step 4:
- Now, click the "Select File" button and upload the "Download XML Metadata" file from the above step 3.
In Tableau Step 5:
Note: In some cases, you may need to change the assertion values in the Tableau Server configuration to match the assertion names that are passed by your IDP.
- Enter the assertion values that you want to map during SSO.
Username |
username |
Display name |
displayName |
Email |
email |
In Tableau Step 6:
- You can check or uncheck the checkbox if you wish to enable or disable the SAML Single Logout.
- Click on Save Pending Changes and then click on Pending Changes at the top of the page.
- Click Apply Changes and Restart to restart your Tableau server.
2. Configure TYPO3 as Identity Provider
- In the miniOrage SAML Identity Provider extension, go to Service Provider settings tab of the extension.
- Provide the required settings (i.e. Service provider name, SP Entity ID/Issuer, ACS URL, Relaystate) find to your Service Provider Tableau Server and click on Save button to save your configuration.
3. SSO Testing
- Open a new browser or private incognito window and enter your Tableau Server URL, which will redirect you to the TYPO3 login screen.
- Enter your TYPO3 credentials and click the log in button.
- If you are redirected to your Tableau Server start page and successfully logged in, your configuration is correct.
Additional Resources
If you are looking for anything which you cannot find, please drop us an email on info@xecurify.com