Context:
We want to ensure robust session management when a user updates their domain credentials via a desktop/web browser.
Question: How does the Tableau Mobile Application handle active login sessions when a user's domain password is changed on a desktop? Specifically, will the mobile app automatically trigger a session timeoutand force the user to re-authenticate with their new password upon their next interaction? If this is not the default behavior, how can we configure this enforcement?
#Tableau Mobile
Hi @Athena Hoi Tableau Mobile does not automatically sign users out when their domain password changes. If the authentication token is still valid, the user may remain signed in until the session expires or the token is revoked. To enforce re-authentication, configure your identity provider (such as SAML or OpenID Connect) to invalidate active sessions or reduce the session timeout. This ensures users are prompted to sign in again with their new password.