Skip to main content

The Identity at the Core

The Definitive Chronicle of Identity & Access Management

CISA and NIST Publish Guidance on Cloud Identity Token Theft, Forgery and Misuse

CISA and NIST have issued joint guidance for federal cloud identity systems focused on tokens. Here is what the announcement says, and what it doesn't yet.

By Paulo Barrilli
3 min read1 views0 comments

CISA and NIST have released guidance aimed at protecting federal cloud identity systems against theft, forgery and misuse of authentication tokens. The announcement appears on CISA's news page. At the time of writing, the announcement feed carried a headline and no summary, so this report is limited to what the title states and to publicly documented context about the problem it addresses.

Three things are clear from the headline alone. The publication is joint between CISA and NIST. Its audience is federal agencies running cloud identity systems. And its subject is tokens: the signed artifacts that let a user, device or workload prove it already authenticated. In practice that means OAuth access and refresh tokens, OIDC ID tokens, SAML assertions, primary refresh tokens and session cookies.

Why tokens deserve their own guidance is not a mystery to anyone who has read an incident report in the last few years. Most tokens are bearer instruments, which is a polite way of saying they work like cash: whoever holds one can spend it. A stolen token bypasses the password, the MFA prompt and often the device check, because all three already happened when the token was minted. Phishing kits that proxy the login and lift the session cookie, malware that scrapes token caches, and OAuth consent abuse all exploit the same weakness.

Forgery is the more serious cousin. The Cyber Safety Review Board's review of the Storm-0558 intrusion documented how a stolen Microsoft signing key was used to forge tokens that granted access to Exchange Online mailboxes, including those of federal agencies. Nobody phished a user in that case. The attacker simply printed their own money. That episode is the most public reason federal identity guidance would now treat signing keys and token validation as first-class controls rather than vendor internals.

Both agencies have relevant prior work. CISA's Secure Cloud Business Applications (SCuBA) project publishes secure configuration baselines for Microsoft 365 and Google Workspace. NIST's SP 800-63 series covers authentication, session management and federation, including how relying parties should validate assertions. Whether the new guidelines extend those documents, replace parts of them or stand alone is not stated in the announcement headline, and this publication won't guess.

What is not yet known from the source material:

  • Whether the guidance is binding on agencies or advisory, and whether any implementation deadline applies
  • Which cloud identity providers and federation protocols are covered, and whether any vendor-specific configuration is prescribed
  • Which detection or logging requirements it introduces for token issuance and replay
  • Whether it is scoped to human users only or also covers service accounts and workload identity

Practitioners should read the document itself once the full text is available rather than relying on secondary coverage, this article included. The encouraging part is that token defense is a solved-in-principle problem. Short token lifetimes, continuous access evaluation, device-bound or sender-constrained tokens (DPoP for OAuth, token protection in Entra Conditional Access where supported), tight signing key rotation and audience and issuer validation on every relying party are all available today. Most organizations already own the controls. They just haven't turned them all on, which is less a technology gap than a Tuesday afternoon someone keeps rescheduling.

On the acidic side, federal agencies are the named audience, but the same tokens, the same protocols and the same attackers turn up in every commercial tenant. Treating this as someone else's compliance homework would be a choice.

Identity and security teams should check three things now. Review token and session lifetimes in your identity provider and confirm that high-value applications enforce reauthentication or continuous evaluation rather than trusting a day-old cookie. Inventory who controls your SAML and OIDC signing keys, how they are stored, when they were last rotated, and whether every relying party validates issuer, audience and signature rather than just decoding the payload. Finally, confirm your sign-in and token issuance logs are retained and queryable, and build at least one detection for a token used from an IP, device or location that did not perform the original authentication.

#us#policy#cloud-iam#oauth#saml#sso#cisa#nist
Share:XLinkedInFacebook

Be the first to comment

Members only: sign up if you have something worth saying.

Want to weigh in? Sign in or create a free account.

No comments yet.