Single Logout via Auth0 from Tableau doesn't work

Hi all!
We are having an issue with the logout part of the app.
We use Auth0 SSO to login into Tableau via SAML2 Web App integration in addons of application.
The settings of the SAML2 Web App you can see below.

Application Callback URL
https://sso.online.tableau.com/public/sp/SSO/********-****-****-****-************

SAML Token will be POSTed to this URL.
{
  "audience": "https://sso.online.tableau.com/public/sp/metadata/********-****-****-****-************",
  "recipient": "https://sso.online.tableau.com/public/sp/SSO/********-****-****-****-************",
  "mappings": {
    "email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
  },
  "createUpnClaim": false,
  "passthroughClaimsWithNoMapping": false,
  "mapUnknownClaimsAsIs": false,
  "mapIdentities": true,
  "signatureAlgorithm": "rsa-sha256",
  "digestAlgorithm": "sha256",
  "destination": "https://sso.online.tableau.com/public/sp/SSO/********-****-****-****-************",
  "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"
  ],
  "logout": {
    "callback": "https://sso.online.tableau.com/public/sp/SLO/********-****-****-****-************"
  },
  "binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
}

What should we do to log out from Auth0 making a Single Logout with initiating of sending a request to logout from Tableau?
And how to check that single logout was completed and where we can see logs that our logout from Auth0 initiates a request of log out to Tableau?

1 Like