-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add auth type TableauIDWithMFA #296
Conversation
TSC.UserItem.Auth.SAML, | ||
TSC.UserItem.Auth.OpenID, | ||
TSC.UserItem.Auth.ServerDefault, | ||
TSC.UserItem.Auth.TableauIDWithMFA, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought site admins could turn MFA off for some users. TableauId
no longer supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They can - I'm not sure how that works, but these are the only four Auth types in the server now.
assert args.site_name == "site-name", args | ||
assert args.auth_type == "TableauIDWithMFA", args | ||
|
||
def test_create_site_user_parser_auth_TAbId_NotAvailable(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: TabId_NotAvailable
Completes #288