You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(See documentation). The runningOnServer() call and logic needs to be conditional on useKerberos() being true.
Rational: we can only have the value of attr[connectionHelper.attributeTableauServerUser] used during Kerberos (integrated auth) scenarios. In either Desktop or Server with the Username and Password authentication the username value must always come from the value the user entered in the connection dialog: attr[connectionHelper.attributeUsername].
The text was updated successfully, but these errors were encountered:
Logic in connectionProperties.js that uses connectionHelper.attributeTableauServerUser is only allowed when
(See documentation). The
runningOnServer()
call and logic needs to be conditional on useKerberos() being true.Rational: we can only have the value of
attr[connectionHelper.attributeTableauServerUser]
used during Kerberos (integrated auth) scenarios. In either Desktop or Server with the Username and Password authentication the username value must always come from the value the user entered in the connection dialog:attr[connectionHelper.attributeUsername]
.The text was updated successfully, but these errors were encountered: