ID Token

From MgmtWiki
Revision as of 17:35, 5 April 2020 by Tom (talk | contribs) (Created page with "==Full Title or Meme== An [[ ==Context== * The definition from [https://openid.net/specs/openid-connect-core-1_0.html OpenID Connect Core 1.0].<blockquote>The primary extensio...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Full Title or Meme

An [[

Context

  • The definition from OpenID Connect Core 1.0.
    The primary extension that OpenID Connect makes to OAuth 2.0 to enable End-Users to be Authenticated is the ID Token data structure. The ID Token is a security token that contains Claims about the Authentication of an End-User by an Authorization Server when using a Client, and potentially other requested Claims. The ID Token is represented as a JSON Web Token (JWT) [JWT].