Bound Authenticator
A bound authenticator is a credential that a relying party checks in addition to an identity assertion it receives from an identity provider, giving an extra layer of assurance that the right person is present. It is tied to the specific user account at that relying party. This concept is used at the highest federation assurance level defined in NIST's identity guidelines.
In the NIST SP 800-63 model, a bound authenticator is an authenticator that the relying party (RP) verifies directly, in addition to validating a federation assertion, as a requirement for Federation Assurance Level 3 (FAL3). The authenticator is bound to the RP subscriber account, meaning the RP maintains and independently checks this credential rather than relying solely on the identity provider's assertion. This directly couples authentication to the RP context, distinct from the identification and authorization steps, and per SP 800-63B an authenticator output is typically produced by combining a key and nonce using an approved block cipher or hash function in coordination with the verifier. The precise binding and verification behavior depends on the applicable SP 800-63 revision and profile; details beyond the FAL3 assurance context are out of scope for this term.
Why it matters
In a standard federation flow, a relying party trusts the identity provider's assertion to establish who the user is. This creates a single point of dependency: if that assertion is intercepted, replayed, or improperly issued, the relying party has no independent means of confirming that the correct subscriber is actually present. A bound authenticator addresses this by requiring the relying party to directly verify a credential it maintains for the account, in addition to validating the assertion. In the NIST SP 800-63 model, this additional check is a defining requirement of Federation Assurance Level 3 (FAL3), the highest federation assurance level.
For organizations pursuing FAL3, the bound authenticator matters because it shifts part of the assurance burden from the identity provider back to the relying party, reducing reliance on the assertion alone. This directly couples the authentication event to the relying party context, which limits the value of an assertion that has been compromised in transit or issued outside its intended context. It is worth stressing that this is an authentication assurance mechanism tied to a specific account at a specific relying party; it does not by itself address identification or authorization, which remain distinct steps in the access flow.
Because FAL3 and its binding requirements depend on the applicable SP 800-63 revision and profile, teams should treat the exact verification behavior as configuration- and version-dependent rather than assuming a single fixed implementation. The concept is most relevant where the cost of an improperly honored assertion is high enough to justify the added operational overhead of the relying party maintaining and checking its own authenticator.
Who it's relevant to
Inside Bound Authenticator
Common questions
Answers to the questions practitioners most commonly ask about Bound Authenticator.
