Single Sign-On Flow - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2022-02-15
dita:mapPath
ppz1593203596223.ditamap
dita:ditavalPath
wrg1590696035526.ditaval
dita:id
B035-1100
lifecycle
previous
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.