server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

UserItem class auth_setting needs updating

Open ma7tcsp opened this issue 2 years ago • 0 comments

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.

ma7tcsp avatar Apr 12 '23 11:04 ma7tcsp