Identity Tokens Are the Overlooked Post-Quantum Frontier

On 15 September 2026, NIST and CISA published joint guidance connecting identity token security to post-quantum cryptography migration for the first time. Protecting Tokens and Assertions from Forgery, Theft and Misuse (NIST IR 8587) targets cloud service providers and their customers, with federal agencies as the primary audience. It responds to a specific real-world compromise, a set of binding migration deadlines, and an attack pattern that scales directly with quantum capability.
Post-quantum cryptography programmes typically concentrate on TLS certificates, VPN tunnels and database encryption. That is where algorithms appear in architecture diagrams. NIST IR 8587 positions the identity layer differently. The attack surface that will determine whether an organisation is genuinely quantum-ready sits higher in the stack, in the identity and access tokens that govern single sign-on, federation and API access across cloud and on-premises environments.
THE INCIDENT THAT SHAPED THE GUIDANCE
The document is not theoretical. NIST and CISA describe a real compromise in which Storm-0558, a Chinese state-sponsored threat actor, used forged tokens derived from a single stolen commercial signing key to access federal agency email systems and exfiltrate more than 60,000 emails from one agency. The attackers did not break TLS. They did not crack passwords. They compromised a long-lived signing key, minted valid tokens and moved laterally with credentials that every system trusted.
That is the exact pattern that post-quantum migration must prevent. When a quantum-capable adversary can derive private keys from captured traffic or forge signatures on trust anchors, the token layer becomes the primary attack vector, not TLS, not passwords. The classical incident is the proof of concept. The post-quantum scenario is the scaling of it.
WHAT THE GUIDANCE COVERS
NIST IR 8587 targets cloud service providers and their customers, with federal agencies as the primary audience. It defines tokens as short-lived credentials that carry cryptographically protected claims about identity and authorisation. The document provides implementation considerations to reduce the risk of token theft, forgery and misuse.
Token issuance and verification: NIST IR 8587 addresses how to structure claims, bind tokens to session or device context and verify signatures in a way that limits the impact of a compromised key. Binding a token to a device or session context constrains its utility even when the underlying signing key remains valid. This is the control that limits lateral movement in the scenario the guidance describes.
Token lifecycle controls: Short lifetimes, revocation mechanisms and security signal sharing about suspicious tokens across providers are the primary mitigations the guidance recommends. These controls reduce blast radius if a key or token is compromised. The guidance is explicit that revocation capability must function at cloud scale, not only within a single identity provider. Cross-provider revocation is the gap that classical perimeter controls leave unaddressed.
Key protection: The final version of NIST IR 8587 moved away from prescriptive key-storage rules toward capabilities and security outcomes, with expanded advice on key usage, protection and storage. This matters for post-quantum migration because ML-KEM and ML-DSA (the two primary NIST PQC algorithms) carry significantly larger key sizes and signature sizes than RSA or elliptic curve. Hardware security modules (HSMs) and key management services (KMS) configured for classical cryptography will need re-evaluation before they can operate efficiently with post-quantum algorithms.
Standards references: The report points to current and emerging standards for token revocation and security signal sharing, giving architects concrete hooks to build quantum-safe identity patterns without waiting for a single mandated standard. These include the OpenID Shared Signals Framework (SSF), which reached Final Specification status in September 2025, and continuing IETF standards work on cross-provider token invalidation.
THE TOKEN ECOSYSTEM BEYOND THE PERIMETER
A point the guidance implies that practitioners must draw out explicitly: the token attack surface is not bounded by what your organisation directly controls. Modern enterprise architecture routes identity decisions through third-party identity providers, cloud-native SSO platforms, federated trust brokers and API gateway layers. Each is a point of issuance or verification. Each holds or references signing keys. If a single commercial provider in that chain carries a quantum-vulnerable key, the exposure extends to every organisation trusting tokens it has issued.
This is the supply chain dimension of token security. NIST IR 8587 addresses it by placing security outcome requirements on providers rather than on internal configuration alone. For procurement and vendor due diligence, that framing is directly actionable: ask providers for their post-quantum migration roadmap for token signing infrastructure, not for TLS alone.
THE POST-QUANTUM ANGLE
The final version of NIST IR 8587 adds high-level considerations for migration to post-quantum cryptography standards. It does not prescribe algorithms or timelines. Instead, it makes clear that token systems must be designed with crypto-agility and stronger key protection because tokens sit at the trust boundary for almost every cloud workload.
Three specific threat vectors follow from this framing.
Long-lived signing keys: Token issuance often relies on keys that remain valid for months or years. Organisations rotate them infrequently because rotation disrupts verification across federated systems. If those keys are quantum-vulnerable, an adversary capturing traffic today can hold it until a capable machine is available and then forge tokens that every dependent system will accept. The guidance's emphasis on short lifetimes and revocation is a direct mitigation for this threat, and it applies independently of whether quantum capability arrives in two years or fifteen.
Trust anchors and federation: Federation trust anchors, API signing keys and certificate authorities that issue token-signing certificates are all candidates for early post-quantum migration. A single compromised anchor can enable token forgery across multiple organisations simultaneously. The guidance treats these as the priority surface, and practitioners building migration inventories should treat trust anchors as a separate category from general certificate infrastructure, with distinct prioritisation logic.
Performance and architecture: Post-quantum algorithms have larger key sizes and signature sizes than their classical equivalents. Token systems that already push latency budgets in high-throughput authentication flows will need to account for this in design. The guidance's outcome-based approach to key protection lets architects choose HSMs, KMS configurations and caching strategies that meet both security and performance requirements. The implication is that post-quantum migration for token infrastructure is not a configuration change. It is a design exercise.

THE POLICY HOOK
NIST IR 8587 responds directly to Executive Order 14306, signed by President Trump in June 2025, which tasked NIST with developing guidelines for the secure management of access tokens and cryptographic keys used by cloud service providers. It sits within the same federal push that produced Executive Order 14412 on post-quantum cryptography and OMB Memorandum M-26-15, which sets agency migration schedules. Token security is not a side project. It is embedded in the federal PQC timeline that requires post-quantum key establishment on high-value assets by 31 December 2030 and post-quantum digital signatures by 31 December 2031.
For organisations outside the federal perimeter, these deadlines create a secondary obligation. Contractors, financial institutions operating under US regulatory frameworks and technology suppliers embedded in federal supply chains are all affected. The report provides a concrete artefact to reference when shaping internal migration priorities and responding to customer security questionnaires.
WHAT THIS MEANS FOR ENTERPRISE ARCHITECTS
For practitioners leading a post-quantum cryptography programme, NIST IR 8587 provides a concrete checklist for the identity layer.
Inventory token systems: Map all token issuance and verification points, including SSO providers, federation partners and API gateways. Record the algorithms, key sizes and key lifetimes in use. Include third-party providers and any cloud services where token signing infrastructure sits outside direct organisational control.
Prioritise trust anchors: Identify the keys and certificates that, if compromised, would enable token forgery at scale. These are the first candidates for post-quantum migration and crypto-agile key rotation. Treat them separately from general certificate inventories because the blast radius of a compromised trust anchor is categorically different from a compromised leaf certificate.
Design for agility: Build token systems that can change algorithms by configuration and rehearse those changes on a schedule. The SITG-Consulting Cryptographic Transformation and Integration Methodology (CTIM) defines programme closure around a rehearsed second algorithm change, not a first successful deployment. A single migration proves operational capability. Repeatable migration produces a governance outcome.
Shorten lifetimes and enforce revocation: Reduce token and key lifetimes where operationally possible and implement revocation mechanisms that function at cloud scale. NIST IR 8587 emphasises these controls as primary mitigations for token compromise regardless of whether the threat is classical or quantum.
Integrate security signals: Share signals about suspicious tokens across providers and internal systems using the standards-based frameworks the guidance references. In practice, this means building internal monitoring that treats token anomalies as indicators of potential key compromise, not merely as user behaviour to be triaged.
THE BUSINESS CASE WITHOUT Q-DAY PREDICTIONS
For a CISO or executive sponsor, the business case for token-focused post-quantum work does not require Q-Day predictions. It rests on four empirical drivers.
Regulatory deadlines: Federal agencies and their contractors face binding post-quantum timelines. Token systems are in scope. The 2030 and 2031 deadlines are fixed, and lead times for token infrastructure remediation are longer than they appear on paper. Organisations that begin inventory now will have prioritisation decisions to make. Organisations that do not will have compliance gaps to explain.
Harvest now, forge later: Captured token traffic and long-lived signing keys create future forgery risk. The threat does not require a working cryptographically relevant quantum computer today. It requires only that adversaries are capturing traffic now with the intention of exploiting it when capability is available.
Trust now, forge later: Compromised trust anchors enable token forgery across multiple systems and organisations simultaneously. This is a classical threat. The post-quantum scenario multiplies its scope by making derivation of signing keys computationally tractable for a sufficiently capable adversary.
Due diligence expectations: Investors, insurers and enterprise customers already ask about cryptographic governance and token security in security questionnaires. NIST IR 8587 provides them with a federal reference point. The expectation will become more specific, not less, as the 2030 deadline approaches.
Boards fund obligations, not threats. Token security is an obligation under the federal post-quantum timeline and a control that reduces blast radius for any compromise, quantum or classical.
---
Disclaimer: This article is produced by SITG-Consulting for informational and educational purposes. It does not constitute legal, regulatory or technical compliance advice. Readers should obtain independent professional advice appropriate to their specific circumstances before taking any action in reliance on the content. The views expressed are those of SITG-Consulting, based on publicly available sources current as at the date of publication. SITG-Consulting accepts no liability for any loss or damage arising from reliance on this content.
References:
1. NIST. "NIST Finalizes Guidelines Protecting Online Identity and Access Tokens." 15 September 2026. https://www.nist.gov/news-events/news/2026/09/nist-finalizes-guidelines-protecting-online-identity-and-access-tokens
2. MeriTalk. "CISA, NIST Finalize Cloud Identity Token Security Guidelines." September 2026. https://www.meritalk.com/articles/cisa-nist-finalize-cloud-identity-token-security-guidelines/




Comments