Multifactor authentication

Several valid factors can strengthen an authentication event without independently establishing who remains present afterward.

Multifactor authentication reduces reliance on a single credential by requiring evidence from different factor categories. Existence does not replace that evidence, and the EAID is not an access credential. A found identification alone must not permit entry into the organization’s application.

Independent factors make an assertion harder to reproduce.

A password, hardware authenticator, cryptographic response, biometric comparison, or approved device can contribute different evidence to an authentication decision. When the required evidence succeeds, the system has a stronger basis for associating the request with the enrolled identity.

That result matters. The existence question begins after respecting it: does successful presentation of several factors independently prove that the known participant remains present at each later decision supported by the resulting session?

Authentication succeeds at a time; authority often continues beyond that time.

Once MFA succeeds, an application may issue a cookie, token, ticket, or session identifier. Later actions may rely on that derived authority until it expires, is revoked, encounters a policy failure, or requires another authentication event.

The later action does not necessarily repeat the original factor exchange. It inherits a conclusion reached earlier. The issue is not that the earlier conclusion was false. The issue is that its continued use is historical unless another current condition is maintained.

An attacker may seek the authority produced by MFA rather than reproduce every factor.

Some attacks capture credentials before authentication. Others manipulate approval, intercept a response, abuse account recovery, or obtain an already authorized session. The defensive problem therefore does not end when several factors were valid at login.

Existence supplies a separate relationship whose current result is not identical to the password, biometric, authenticator, or session artifact. A protected function may require both valid session authority and a current existence result.

MFA and existence answer different binary questions.

The first successful heartbeat releases the Rendering Agent and allows the organization’s page to load, completing existence establishment. The organization’s page then applies its own credential and authorization requirements. From arrival forward, existence maintains itself through recurring heartbeat, and the network observes the current result.

CREDENTIAL VALID

The organization’s required authentication evidence succeeded under its access policy.

EXISTENCE PRESENT

The separately maintained existence relationship currently returns present at the protected decision.

Not every page view requires the same consequence.

An organization may decide that ordinary navigation relies on its existing session controls while selected actions require a current existence result. A privileged change, financial release, sensitive disclosure, role assignment, or recovery action can request the result immediately before execution.

verify_existence(...)

The protected function receives a current result without asking MFA to prove a fact it was not designed to maintain.

A genuine participant can still be mistaken, deceived, coerced, inattentive, or unauthorized for the requested action.

Existence does not validate the content of a transaction, determine whether a message is fraudulent, inspect endpoint integrity, establish intent, or correct an excessive role. If the legitimate participant is present and approves a harmful action, the existence result may correctly return present.

MFA, authorization, transaction review, anti-fraud controls, endpoint defense, education, and monitoring remain necessary. The claim is only that current participation can be established separately from the factors that supported authentication.

MFA answers a stronger identity question. Existence answers a different present-tense question.

The two results coexist without competition. MFA can establish that the required enrolled factors were successfully presented. Existence can supply the current observed condition under which selected authority becomes consequence. Neither result silently becomes the other.

Separating the facts preserves the value of each and prevents one successful event from silently becoming proof of every later condition.

Follow the authority created by authentication into the session that carries it.