Federation Assurance Level
Federation Assurance Level (FAL) is a way of grading how securely one system shares proof of a user's identity with another system in a federated setup, where an identity provider vouches for a user to a separate service. It is one of the assurance measures defined in the NIST SP 800-63 digital identity guidelines. Higher levels are intended to provide stronger protections for the messages, called assertions, that carry authentication and attribute information between systems.
As defined in NIST SP 800-63 (Digital Identity Guidelines, SP 800-63C addressing federation), FAL is a category that describes the federation protocol used to communicate an assertion containing authentication and attribute information from an identity provider to a relying party, and specifies the requirements for securing the federation transaction at each level. The guidelines articulate multiple levels of increasing rigor, with FAL 3 representing a very high assurance tier; practitioners should consult the applicable revision of SP 800-63C for the specific requirements, level definitions, and any tailoring, as these evolve across revisions. FAL is distinct from other SP 800-63 assurance components such as identity assurance and authentication assurance, and this entry does not cover the detailed protocol, cryptographic, or implementation requirements, which the reader should verify against the current authoritative NIST text.
Why it matters
Federated identity architectures let organizations rely on an external identity provider to authenticate users rather than managing separate credentials for every service. This convenience introduces a distinct risk surface: the assertions that carry authentication and attribute information between the identity provider and the relying party can be intercepted, replayed, forged, or misdirected if the federation transaction is not adequately protected. Federation Assurance Level (FAL) exists to give organizations a structured way to reason about how much protection the federation channel and its assertions actually provide, rather than treating all single sign-on arrangements as equivalent.
For compliance officers and system security personnel, FAL matters because it is one of the assurance components defined in the NIST SP 800-63 digital identity guidelines, alongside identity assurance and authentication assurance. Selecting an appropriate FAL is generally part of aligning a federated system with the risk tolerance for a given application, particularly where authentication events cross organizational or system boundaries. Choosing too low a level for a sensitive relying party can leave assertion handling under-protected, while the higher tiers, up to FAL 3 described as a very high assurance level, impose more rigorous requirements on how the transaction is secured.
A common expert correction is that FAL should not be conflated with the other assurance components in SP 800-63. A high level of identity proofing or a strong authenticator does not by itself guarantee that the federated communication of that authentication is protected to a comparable degree. FAL specifically addresses the strength and security of the federation transaction, so it must be evaluated on its own terms. Because the level definitions and their detailed requirements evolve across revisions of SP 800-63C, readers should confirm the specific tiering and controls against the current authoritative NIST text rather than assuming a fixed set of requirements.
Who it's relevant to
Inside FAL
Common questions
Answers to the questions practitioners most commonly ask about FAL.