Difference between revisions of "ID Token"

From MgmtWiki
Jump to: navigation, search
(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...")
 
(Full Title or Meme)
 
Line 1: Line 1:
 
==Full Title or Meme==
 
==Full Title or Meme==
An [[
+
An [[ID Token]] is a data structure that carries information about a [[Subject]]. It may be an abbreviation for Identity token or Identifier token depending the the context of use. In this the term Identifier token is preferred.
 +
 
 
==Context==
 
==Context==
 
* The definition from [https://openid.net/specs/openid-connect-core-1_0.html OpenID Connect Core 1.0].<blockquote>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].</blockquote>
 
* The definition from [https://openid.net/specs/openid-connect-core-1_0.html OpenID Connect Core 1.0].<blockquote>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].</blockquote>

Latest revision as of 17:37, 5 April 2020

Full Title or Meme

An ID Token is a data structure that carries information about a Subject. It may be an abbreviation for Identity token or Identifier token depending the the context of use. In this the term Identifier token is preferred.

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].