Skip to content

Commit

Permalink
jkean-W-17177926-upd-singletoken-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkean committed Nov 11, 2024
1 parent 43175be commit 552664c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document explains how to configure and use OAuth. It's meant for admins and

We have templates for common IDPs in the [samples](https://github.com/tableau/connector-plugin-sdk/tree/master/samples/components/oauth). In general, you should only need to substitute the desktop client ID and secret, and the URL of the IDP. However, there may be additional modifications needed to account for differences such as with PKCE and scopes.

**Note**: Single use refresh tokens are not supported at this time. In most cases, you can set up your identity provider (such as Okta) to use rolling refresh tokens instead. For more information, see your provider’s OAuth documentation.
**Note**: Single use refresh tokens (sometimes called rolling refresh tokens or refresh token rotation) are not supported for OAuth connections to Tableau at this time. Support for these tokens are planned for a future release.

**In this section**

Expand Down

0 comments on commit 552664c

Please sign in to comment.