• How To Choose The Appropriate OAuth Flow
    • How To Create An API-Key
    • How to Set Up Magic Links With PKCE Using Entrypage
    • Register an Account
    • /domain
    • /domain/{domain}/user
    • NextJs NextAuth Simple App
        • What Are JSON Web Tokens (JWTs)?
        • What Are ID Tokens?
        • Validating JSON Web Tokens
      • What Is OpenID Connect?
      • What Is An OpenID Connect Discovery Document?
      • Federated Authentication & Single Sign-On
      • What Is OAuth?
      • What Are OAuth Clients?
      • What Is The Client Credentials Flow?
      • What Is Authorization Code With Proof Key For Code Exchange (PKCE)?
      • Access Management With OAuth Scopes
    • to navigate
    • to select
    • to close
      • Home
      • Explanations
      • OpenID Connect
      • JSON Web Tokens (JWT)
      On this page

      JSON Web Tokens (JWT)

      article

      What Are JSON Web Tokens (JWTs)?

      JSON Web Tokens are an open standard to create access tokens and id tokens.

      article

      What Are ID Tokens?

      An ID Token is a JSON Web Token that contains identity information about the authenticated subject. …

      article

      Validating JSON Web Tokens

      Because JSON Web Tokens are readable, they are easily tampered with. That's why they are …


      © 2025 Entrypage.io