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
In TSC this parameter only accepts "ServerDefault" or "SAML".
However, in Tableau Cloud where MFA has been turned on (ie it now HAS to be turned on) this is not enough.
TSC ServerDefault maps to REST API TableauID => TableauID is no longer a valid auth
REST API provides TableauIDWithMFA, and also OpenID.
OpenID is actually in the user_item.py model, however not updated in the documentation.
We need a way to set this additional REST API auth-setting values as TSC auth_setting values too. Otherwise we can't use TSC to add users to Tableau Cloud anymore.
The text was updated successfully, but these errors were encountered:
ma7tcsp
added a commit
to ma7tcsp/server-client-python
that referenced
this issue
Apr 12, 2023
TableauIDWithMFA added to the user_item model to allow creating users on Tableau Cloud with MFA enabled and to keep in sync with REST API.
Fixing Issue tableau#1216
TableauIDWithMFA added to the user_item model to allow creating users on Tableau Cloud with MFA enabled and to keep in sync with REST API.
Fixing Issue #1216
Uh oh!
There was an error while loading. Please reload this page.
In TSC this parameter only accepts "ServerDefault" or "SAML".
However, in Tableau Cloud where MFA has been turned on (ie it now HAS to be turned on) this is not enough.
TSC ServerDefault maps to REST API TableauID => TableauID is no longer a valid auth
REST API provides TableauIDWithMFA, and also OpenID.
OpenID is actually in the user_item.py model, however not updated in the documentation.
We need a way to set this additional REST API auth-setting values as TSC auth_setting values too. Otherwise we can't use TSC to add users to Tableau Cloud anymore.
The text was updated successfully, but these errors were encountered: