Configure the Identity Provider for OpenID Connect
This topic provides information about configuring an identity provider (IdP) to use OpenID Connect (OIDC) with Tableau Cloud
-
OpenID Connect Overview
-
Configure the Identity Provider for OpenID Connect (you are here)
Before you can use OpenID Connect with Tableau Cloud
-
Client ID: This is the identifier that the IdP assigned to your application.
-
Client secret: This is a token that is used by Tableau to verify the authenticity of the response from the IdP. This value is a secret and should be kept securely.
-
Configuration URL: This is the URL of the provider configuration discovery document that contains the OpenID provider metadata.
Note: Enabling OIDC authentication for TCM requires a separate setup and app integration from Tableau Cloud.
Redirect URL
Some IdPs will require a redirect URL for
Signing algorithm
Tableau Cloud supports RS256 (RSA using SHA-256).