E-signatures · Glossary
What is two factor authentication for signing?
Two factor authentication combines two different kinds of evidence before somebody may act. In signing that usually means something the person has, such as an emailed link or a phone, paired with something they know, such as a code the sender gave them separately.
The phrase gets attached to any process with two steps in it, which is not the same thing. What matters is whether the two steps could be defeated by the same act.
Indunil Asanka · Co-founder
5 min read · Published
| Pair | Factors involved | Independent? |
|---|---|---|
| Emailed link plus code to the same inbox | Have the mailbox, twice | No, one compromised inbox defeats both |
| Emailed link plus code shared by phone call | Have the mailbox, know a secret | Yes, two separate channels |
| Emailed link plus code by text message | Have the mailbox, have the handset | Mostly, subject to number porting attacks |
| Emailed link plus authenticator app | Have the mailbox, have a registered device | Yes, and the strongest of these |
| Emailed link plus date of birth | Have the mailbox, know something public | No, that is not a secret |
The three categories, briefly
Authentication factors are traditionally grouped as something you know, something you have and something you are. A password or a shared code is knowledge. A phone, a mailbox or a hardware key is possession. A fingerprint or a face is inherence. Two factor means drawing from two different groups, which is why two passwords are not two factors and why an emailed code following an emailed link is a weaker arrangement than it appears. The grouping is a rule of thumb rather than a law, but it catches the common design mistake.
Independence is the whole point
The reason for a second factor is to ensure that one compromise is not enough. Judge any pair by asking what a single successful attack would obtain. Mailbox access alone yields both the link and any code sent to that address, so the pair collapses to one factor. Mailbox access plus a code passed over the phone requires the attacker to intercept two channels, which is a materially harder problem. That question is more useful than counting steps, and it is the one vendors rarely answer directly.
Why signing is a slightly different problem
Most authentication protects an ongoing account, so a compromise can be detected and reversed. Signing is a single irreversible act by somebody who often has no account at all and may never return. There is no password to reset and no login history to review. That pushes the design toward checks that happen at the moment of signing rather than earlier, and toward evidence that is recorded permanently, because the value of the check lies in what it can prove months later rather than in what it prevents today.
The friction budget
Every additional step loses a percentage of signers, and the ones lost are disproportionately those least comfortable with technology. That is a real cost, not merely an inconvenience, particularly for consumer facing documents where an abandoned signature means an abandoned transaction. The sensible approach spends the budget where the risk sits: strong checks on high value or high dispute documents and unknown counterparties, and a plain personal link for routine paperwork with people you deal with weekly.
What the record should show
Whatever pair is used, the evidence should name it per signer and per event, with times and addresses, so a reader can see that the second factor was applied at signing rather than assumed. A record that says verified without saying how is close to useless in a dispute. The detailed comparison of the two code based options offered here, including when each is the better choice, is covered on the page comparing access codes and one time codes.
What is available in this product
The pairs that can be assembled are the personal link on its own, the link plus an access code of at least four characters that the sender shares out of band, or the link plus an emailed six digit code valid for ten minutes. The access code pair is genuinely two channel when the code travels by phone or in person. The emailed code pair is not independent, though it does prove mailbox control at signing time. Authenticator apps, text messages and biometrics are not offered. Two operational details decide whether the pairing works in practice. The first is how the access code reaches the signer, which should be a channel the sender already uses with them, such as a phone call to a number on file, rather than the same email thread carrying the invitation. The second is the recovery path when something goes wrong, since five failed attempts lock the recipient for fifteen minutes and a signer under time pressure will ask somebody to read the code out. Deciding in advance who is allowed to do that, and confirming who they are speaking to first, is the part most teams never write down until it goes wrong once.
Questions people ask
Is an access code a real second factor?
Yes, when it reaches the signer by a different route from the link, such as a phone call or a conversation. Emailing the code alongside the invitation removes the independence and leaves one channel protecting everything, which is the most common way the feature is undermined in practice.
How long should an access code be?
The floor here is four characters, which is short enough that the value comes from the separate channel rather than from resisting guessing. Longer codes are better, and pairing them with the lockout after five failures is what makes short codes tolerable at all. Avoid anything a colleague could guess, such as an invoice number.
Does two factor make a signature legally stronger?
No statute grades signatures by authentication method. What it does is strengthen the evidence that the named person signed, which is the practical question in a dispute. Under the European tiering it also helps with the identification and sole control tests, without by itself reaching the advanced level.
What if the signer loses access to the second factor?
There must be a documented recovery path that does not defeat the control. Resending the invitation rotates the link and clears failed attempts, and a new access code can be agreed with the signer directly. Reading the code out to whoever answers the phone is not recovery, it is the attack.
Should internal signers use a second factor?
Usually not. A countersigner inside the business, signing from a monitored mailbox on a managed device, is already well identified, and adding friction there mostly delays documents. Reserve the second factor for the parties whose identity would actually be questioned.
Is biometric signing available?
Not here. Some platforms use a device biometric to unlock a key, which is really possession of the device plus a local check rather than a biometric factor in the signing evidence. The signing record in those systems still reports that the device was used, not that the face matched.
Make one with e-signatures
The button opens the generator with this use case already described. Change the wording to match your own.
Send a document for signingRelated questions
- What is a signature block?A signature block is the group of lines under a signature: name, title, company and date. What each line is for and why the date should not be typed.
- What is identity verification in an e-signature request?Identity verification is how a signing process establishes who is signing. The six common methods, what each proves, and the friction each one adds.
- Access code against one time codeAn access code is a shared secret you send the signer yourself. A one time code is emailed at signing time and expires. When each is the right check.
- What is knowledge based authentication (KBA)?KBA asks questions drawn from public and credit records to verify a signer. Why it is mostly a United States practice and why its reputation has fallen.
Written and checked by the OneCraft team. Last checked .