Tableau OnlineをSAMLサービスプロバイダーとして構成する
以下のTableau Online用SAML構成を使用します。
[Dashboard]>[Applications(アプリケーション)]>[Applications(アプリケーション)]の順に移動し、新しいアプリケーションを作成するか、更新するアプリケーションの名前をクリックします。
[Addons(アドオン)]タブに移動し、[SAML2 Web App(SAML2 Webアプリ)]トグルを有効にします。
[Settings(設定)]タブで、[Application CallbackURL(アプリケーションのコールバックURL)]を
https://sso.online.tableau.com/public/sp/SSO/{yourTableauAlias}
.以下のコードを[Settings(設定)]テキストボックスに貼り付け、[Debug(デバッグ)]をクリックします。
{ "audience": "https://sso.online.tableau.com/public/sp/metadata?alias={yourTableauAlias}", "recipient": "https://sso.online.tableau.com/public/sp/SSO/{yourTableauAlias}", "mappings": { "email": "Email" }, "createUpnClaim": false, "passthroughClaimsWithNoMapping": false, "mapUnknownClaimsAsIs": false, "mapIdentities": false, "signatureAlgorithm": "rsa-sha256", "digestAlgorithm": "sha256", "destination": "https://sso.online.tableau.com/public/sp/SSO/{yourTableauAlias}", "lifetimeInSeconds": 3600, "signResponse": false, "nameIdentifierFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "nameIdentifierProbes": [ "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" ] }
Was this helpful?
/ページの最後までスクロールし、[Enable(有効)]をクリックします。
[Usage(使用状況)]タブで[Identity Provider Metadata(IDプロバイダーのメタデータ)]を見つけ、[Download(ダウンロード)]をクリックしてメタデータファイルをダウンロードします。これは、Auth0をIDプロバイダーとして構成する際に必要になります。