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
After registering site A in the Teams app, we cannot add another site B.
There are no users in common between site A and site B.
I get the following error:
Could not veriry these connected app details actually work.
Could not authenticate to Tableau as xxxxx@xxxxxx using connected app JWT
{"summary":"Signin Error","detail":"Error signing in to Tableau Server(16)","code":"401001"}
Please let me know if there is a solution.
The text was updated successfully, but these errors were encountered:
First, the Tableau Site Config page (on the Configuration tab) is gated to ensure only Tableau admins can add/remove site configs. We don't want anyone accidentally removing site configs, as that would impact all users using the Teams app.
Second, when you go to add a site config we check to make sure it actually works. This test consists of the following steps:
Authenticate using that JWT, as the logged in Teams user
Verify the logged in Teams user is an admin on the site we're adding
If all steps pass, we save the new site config details.
As a result, in order to get this to work you'll need 1 user who is an admin on both sites to add the site configs. You can remove that user after the configuration is saved, this is just to make sure the tests pass.
After registering site A in the Teams app, we cannot add another site B.
There are no users in common between site A and site B.
I get the following error:
Could not veriry these connected app details actually work.
Could not authenticate to Tableau as xxxxx@xxxxxx using connected app JWT
{"summary":"Signin Error","detail":"Error signing in to Tableau Server(16)","code":"401001"}
Please let me know if there is a solution.
The text was updated successfully, but these errors were encountered: