When using Tableau Public or Tableau Desktop versions 2019.4 or later, if Strategy Library’s cookies are configured to sameSite=none, you will receive an error message when trying to log in using the Tableau connector that says: “You credentials or authentication mode is incorrect.”
Tableau Public and Tableau Desktop use an embedded browser to display the Tableau Connector. Starting from version 2019.4, the embedded browser, QTWebEngine 5.10, is based on Chrome V61, which rejects the sameSite=none cookie flag. For details, click here.
To avoid the error message, proceed with one of the following workarounds:
https.conffile, enable the mod_header module.
<IfModule headers_modules> ... </IfModule>:
Header edit* Set-Cookie "(.*)(; SameSite=None)" $1; "expr=%{HTTP_USER_AGENT}=~ m#Chrome\/ [5-6][1-6]#i"