Authenticate
Auth0 simplifies the use of open industry standards
http://{yourTableauServer}/wg/saml/SSO/index.html
{ "audience": "{yourTableauAudience}", "recipient": "http://{yourTableauServer}/wg/saml/SSO/index.html", "mappings": { "email": "username" }, "createUpnClaim": false, "passthroughClaimsWithNoMapping": false, "mapUnknownClaimsAsIs": false, "mapIdentities": false, "signatureAlgorithm": "rsa-sha1", "digestAlgorithm": "sha1", "destination": "http://{yourTableauServer}/wg/saml/SSO/index.html", "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 page helpful?