Login.gov · Schema

Login.gov ID Token Claims

Decoded payload of the Login.gov OIDC id_token JWT (signed RS256).

GovernmentFederalGSAIdentityAuthenticationSSOOIDCSAMLIAL2AAL2

Properties

Name Type Description
iss string Issuer URL of the Login.gov IdP.
aud string The relying party's client_id.
sub string Stable per-RP user UUID v4.
nonce string Echo of the nonce parameter from the authorization request.
acr string Authentication Context Class Reference granted, e.g. an acr_values entry.
jti string Unique JWT identifier.
at_hash string
c_hash string
exp integer Expiration (Unix Epoch seconds).
iat integer Issued at (Unix Epoch seconds).
nbf integer Not-before (Unix Epoch seconds).
View JSON Schema on GitHub

JSON Schema

login-gov-id-token-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/login-gov/main/json-schema/login-gov-id-token-schema.json",
  "title": "Login.gov ID Token Claims",
  "description": "Decoded payload of the Login.gov OIDC id_token JWT (signed RS256).",
  "type": "object",
  "required": ["iss", "aud", "sub", "exp", "iat", "nonce", "jti"],
  "properties": {
    "iss": {
      "type": "string",
      "format": "uri",
      "description": "Issuer URL of the Login.gov IdP."
    },
    "aud": {
      "type": "string",
      "description": "The relying party's client_id."
    },
    "sub": {
      "type": "string",
      "format": "uuid",
      "description": "Stable per-RP user UUID v4."
    },
    "nonce": {
      "type": "string",
      "minLength": 22,
      "description": "Echo of the nonce parameter from the authorization request."
    },
    "acr": {
      "type": "string",
      "description": "Authentication Context Class Reference granted, e.g. an acr_values entry."
    },
    "jti": {
      "type": "string",
      "description": "Unique JWT identifier."
    },
    "at_hash": { "type": "string" },
    "c_hash": { "type": "string" },
    "exp": { "type": "integer", "description": "Expiration (Unix Epoch seconds)." },
    "iat": { "type": "integer", "description": "Issued at (Unix Epoch seconds)." },
    "nbf": { "type": "integer", "description": "Not-before (Unix Epoch seconds)." }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/login-gov-id-token"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.