Configure Tableau Online as SAML Service Provider
Use the following SAML configuration for Tableau Online.
- Go to Dashboard > Applications > Applications and either create a new application or click the name of an application to update. 
- Go to the Addons tab and enable the SAML2 Web App toggle. 
- On the Settings tab, set the Application Callback URL to: - https://sso.online.tableau.com/public/sp/SSO/{yourTableauAlias}. 
- Paste the following code into the Settings text box and click Debug. - { "audience": "https://sso.online.tableau.com/public/sp/metadata?alias={yourTableauAlias}", "recipient": "https://sso.online.tableau.com/public/sp/SSO/{yourTableauAlias}", "mappings": { "email": "Email" }, "createUpnClaim": false, "passthroughClaimsWithNoMapping": false, "mapUnknownClaimsAsIs": false, "mapIdentities": false, "signatureAlgorithm": "rsa-sha256", "digestAlgorithm": "sha256", "destination": "https://sso.online.tableau.com/public/sp/SSO/{yourTableauAlias}", "lifetimeInSeconds": 3600, "signResponse": false, "nameIdentifierFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "nameIdentifierProbes": [ "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" ] }- Was this helpful? /
- Scroll to the bottom of the page and click Enable. 
- On the Usage tab, locate Identity Provider Metadata, and click Download to download the metadata file. You'll need this when you configure Auth0 as the identity provider.  

