Skip to content

@W-19831625: Add UAT support to TSC JWT Login - #1671

Merged
bcantoni merged 3 commits into
tableau:developmentfrom
BereketBirbo:dev/bereket.birbo/W-19831625
Oct 22, 2025
Merged

@W-19831625: Add UAT support to TSC JWT Login#1671
bcantoni merged 3 commits into
tableau:developmentfrom
BereketBirbo:dev/bereket.birbo/W-19831625

Conversation

@BereketBirbo

Copy link
Copy Markdown
Contributor

added UAT (unified access token/ tableau cloud unified jwt) support for TSC JWT login

@salesforce-cla

Copy link
Copy Markdown

Thanks for the contribution! It looks like @BereketBirbo is an internal user so signing the CLA is not required. However, we need to confirm this.

@bcantoni

Copy link
Copy Markdown
Contributor

Close and reopen to see if it clears the CLA issue.

@bcantoni

bcantoni commented Oct 20, 2025

Copy link
Copy Markdown
Contributor

@BereketBirbo please update your PR to fix the Black formatting issues (docs here: https://tableau.github.io/server-client-python/docs/dev-guide#code-and-commit)

@BereketBirbo

Copy link
Copy Markdown
ContributorAuthor

@bcantoni I have fixed the black formatting issues. Thank you

def __init__(
self,
jwt: str,
isUat: Optional[bool] = False,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is None a valid value for isUat? Optional indicates that it is.

@BereketBirboBereketBirboOct 20, 2025

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is, but I just pushed another version making isUat just True or False as that is more clear

@BereketBirbo

Copy link
Copy Markdown
ContributorAuthor

@bcantoni@jorwoods could you review my changes again? thank you

@bcantonibcantoni left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good - thanks @BereketBirbo for the changes

@bcantoni
bcantoni merged commit cba111a into tableau:developmentOct 22, 2025
@bcantoni

Copy link
Copy Markdown
Contributor

Corresponding doc changes: #1718

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@BereketBirbo@bcantoni@jorwoods