Authentication

Identity verification (KYC)

Optional ID document + selfie check that promotes signatures from cryptographic to legally meaningful.

What it does

Out of the box, DocSign signatures prove key control. Add KYC โ€” passport / national ID / driver's license, plus a selfie โ€” and signatures additionally prove who the human is. The verification status surfaces in id_token claims, webhook payloads, and the public verify page.

How it works

  1. 1

    Open Identity from the sidebar.

  2. 2

    Submit a photo of your ID document (front, optionally back), your legal name, date of birth, and country.

  3. 3

    Take a liveness-checked selfie in the browser.

  4. 4

    Status flips to pending โ†’ approved (or rejected) after review.

  5. 5

    Once approved, the OIDC identity scope surfaces identity_verified, identity_legal_name, and identity_country to partners that asked for it.

Why it matters

  • Lets partners gate on 'real human, not pseudonym' without you re-uploading your ID per partner.
  • Identity data is stored once; partners just see boolean + scoped strings.
  • The KYC status flows through the audit log so you can see which apps consumed it.

Want to try it?

Most features are available the moment you sign up. No card required.

Related features