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
Is your feature request related to a problem? Please describe.
When using Google as the Identity Provider (IdP) in the Tableau Connector Plugin, it is necessary to manually add the access_type=offline parameter to the authUri to receive a refresh token. This is inconvenient and inconsistent with other OAuth capabilities, such as OAUTH_CAP_REQUIRES_PROMPT_CONSENT, which allows parameters to be added via configuration.
Describe the solution you'd like
I propose adding a new OAuth capability, such as OAUTH_CAP_REQUIRES_ACCESS_TYPE_OFFLINE, that can be specified in the OAuth config file. This capability would automatically append access_type=offline to the authUri during authentication with Google.
Is your feature request related to a problem? Please describe.
When using Google as the Identity Provider (IdP) in the Tableau Connector Plugin, it is necessary to manually add the
access_type=offline
parameter to theauthUri
to receive a refresh token. This is inconvenient and inconsistent with other OAuth capabilities, such asOAUTH_CAP_REQUIRES_PROMPT_CONSENT
, which allows parameters to be added via configuration.Describe the solution you'd like
I propose adding a new OAuth capability, such as
OAUTH_CAP_REQUIRES_ACCESS_TYPE_OFFLINE
, that can be specified in the OAuth config file. This capability would automatically appendaccess_type=offline
to theauthUri
during authentication with Google.Example:
Describe alternatives you've considered
authUri
:About You
Name: Ryuto Nakayama
Company: Salesforce/Tableau
The text was updated successfully, but these errors were encountered: