E-signatures · Glossary

What is identity verification in an e-signature request?

Identity verification is the step that establishes who is at the other end of a signing request before any mark is placed. Methods range from simply sending a personal link, through codes and second channels, to checking a government issued document, and each buys a different amount of certainty.

Nearly every argument about a signature is really an argument about identity. Choosing a method is the one decision in a signing workflow that changes how that argument ends.

· Co-founder

5 min read · Published

Methods, what each establishes, and what it costs the signer
MethodWhat it establishesFriction
Personal emailed linkControl of that mailbox at some pointNone
Access code shared out of bandKnowledge of a secret the sender passed onLow, if the code actually reaches them
Emailed one time codeControl of the mailbox at signing timeLow, one extra step
Code by text messageControl of a phone numberLow, with a cost per message
Knowledge based questionsRecall of data held in a credit fileHigh, and failures are common
Identity document checkA government document matched to a faceHigh, and the strongest of the six

What each method really tests

Every method is a proxy for identity rather than identity itself. A link tests who can read a mailbox. A code sent to that same mailbox tests the same thing at a more useful moment, namely during signing rather than whenever the invitation arrived. A code sent to a phone tests control of a different channel, which is what makes it worth more than a second email step. Questions drawn from credit files test recall of records that may also be available to somebody else. A document check tests a physical credential against a live image, which is why it is the only one that reaches beyond the digital trail.

Matching the method to the risk

The useful question is not which method is strongest but what a challenge would look like for this document. A recurring order confirmation with a long trading history behind it needs almost nothing. A guarantee signed by somebody the business has never met needs as much as it can get. Between those, a second channel is usually the sensible default, because it defeats the single most common scenario, which is somebody else reading an inbox. Applying the strongest method everywhere trains people to abandon signing halfway through, which has its own cost.

Where the evidence ends up

A method is only worth what the record says about it afterwards. The completed evidence should name which check was applied to each signer, when it succeeded, and from which address, so a reader can weigh the signature without asking the vendor how the product works. A process that verifies rigorously and records nothing has bought reassurance rather than evidence. The reverse also happens: detailed logs of a process that only ever sent a link, presented as though identity had been established.

The shared inbox problem

Nothing degrades identity evidence faster than sending to accounts@ or admin@. Whatever method is layered on top, the record can only ever say that somebody with access to a shared mailbox acted, and a business with five staff on that mailbox has five candidates. The fix is procedural rather than technical: collect the individual's own address before sending, even when the invoice contact is a role account. Where the counterparty insists, a second channel such as a phone code at least narrows the field to one device.

Failure handling matters as much as the check

Two failure modes deserve thought. Lockouts, where an honest signer mistypes a code several times, need a documented path back that does not involve emailing the code to somebody else. And silent failures, where a code never arrives because of spam filtering, need a resend that rotates the link rather than reusing the old one. A verification design that only considers the happy path produces support calls at exactly the moment the customer is trying to give you money.

The three methods available here

Email link only, which authenticates the recipient automatically when they open their personal link. An access code of at least four characters, hashed with a salted key derivation and compared in constant time, which the sender shares out of band and the interface never reveals. And an emailed one time code of six digits that expires after ten minutes, redeemable once, with at most five codes issued to a recipient in any ten minute window. Five failed attempts lock that recipient for fifteen minutes. Text messages, knowledge based questions and document checks are not offered. The method is chosen per recipient rather than per envelope, so a document going to a long standing customer and to a stranger can treat the two differently on the same request. That choice is made when the envelope is prepared and cannot be changed after sending, which is a reason to think about it at the point of drafting rather than at the point of clicking send. Reviewing the pattern occasionally is worthwhile too, since teams tend to drift toward the lowest friction option for everything once the first urgent document goes out without a code.

Questions people ask

Is an emailed code really two factor?

Not in the strict sense, because both the link and the code arrive in the same mailbox, so one compromised inbox defeats both. It is still a meaningful improvement, since it proves control of the mailbox at signing time rather than at some earlier moment when the invitation was delivered.

Which method do auditors prefer?

They rarely name one. What they ask is whether the method was appropriate for the risk, whether it was applied consistently, and whether the record shows which check each signer passed. A documented policy applied every time reads better than an ad hoc mixture of strong and weak checks.

Can identity be verified after signing?

Evidence can be gathered afterwards, such as confirming with the counterparty that their staff member signed, but it is much weaker than a check performed at the moment of signing. Retrospective confirmation depends on the goodwill of the party you may later be in dispute with.

Does a photo of a licence add much?

An uploaded image with no liveness check or database validation is easy to obtain and reuse, so on its own it adds less than people assume. A supervised document check that matches the credential to a live image is a different product and a different price, and it is the one that meaningfully raises assurance.

What about signers without email?

They still need an address on the envelope to receive the completed document, but the signing itself can be hosted in person on the sender's device, where the emailed check is waived because the host is present. That is the usual arrangement for counter service and site visits.

Should every signer on a document use the same method?

Not necessarily. The method is set per recipient, so a known internal countersigner can use the link while an unknown external party gets a code. Varying it deliberately keeps friction where the risk is, which is a better use of the feature than applying one setting to everybody.

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 signing

Related questions

Sources

Written and checked by the OneCraft team. Last checked .