Single Sign-On Flow - Analytics Database - Teradata Vantage

Security Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-11-02
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
Product Category
Teradata Vantage™

JSON Web Token (JWT) validation is done in TDGSS during connection establishment. TDGSS gets the JWT token and validates its signature.

JWT (more precisely compact JWS) consists of three parts: header, payload, and signature. The payload contains a set of claims in a JSON object. The Issuer (“iss”) claim identifies the URI of the identity provider that issued the JWT.

There are two validation cases:

  • Local Validation: TDGSS receives the JWT minted by an internal Central IdP.
  • Validation by Token Exchange: TDGSS receives the JWT minted by an external IdP.