tableau / connector-plugin-sdk

SDK for Developing Tableau Connector Plugins
https://tableau.github.io/connector-plugin-sdk/
MIT License
108 stars 107 forks source link

[BUG] Misleading <redirectUrisDesktop> with dynamic port support #1129

Closed xsgao-github closed 1 year ago

xsgao-github commented 1 year ago

Describe the bug

If the authorization server supports dynamic port ranges for native applications then that should be used.

This is not clear about what should be used. If I use specify <redirectUrisDesktop>http://localhost:*/Callback</redirectUrisDesktop>, Tableau will error out.

It should state that: "If the authorization server supports dynamic port ranges for native applications then <redirectUrisDesktop> should not be specified."

Screenshots

image

Desktop (please complete the following information):

About you: Name: Song Gao Company: Starburst Data

lukewrites commented 1 year ago

Internal tracking ID: W-13486557

jinli-dev commented 1 year ago

The misleading part is removed. Please see the updated doc here.