Skip to content

Instantly share code, notes, and snippets.

@manojkulkarni30
Created August 14, 2017 08:08
Show Gist options
  • Select an option

  • Save manojkulkarni30/e3419e8308bf86ca19dc8eeb02ea5be8 to your computer and use it in GitHub Desktop.

Select an option

Save manojkulkarni30/e3419e8308bf86ca19dc8eeb02ea5be8 to your computer and use it in GitHub Desktop.
Identity Server Identity Token
  • sub: User Id
  • iss: Issuer of the identity token
  • aud: Audience for the intended token (ClientId of client application)
  • iat (Issued At): Time at which JWt token was issued.
  • exp (Expiration): The expiration time after which the identity token must not be used for processing purpose.
  • nbf (Not Before): The time before which the identity token must not be used for processing purpose.
  • auth_time: The time of origional authentication
  • amr (Authentication Mode References): Identifier for authentication modes
  • nouce (Number only to be used once): Generated by client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment