ID AnalyzerID Analyzer
ID Analyzer
  • ID Verification API

    本人確認書類のスキャンと検証を行う REST API

    DocuPass

    組み込み型の KYC フロー

    Biometric API

    顔照合とライブネス検出

    ID Fort

    オンプレミス型のエンタープライズ KYC

    Transaction Vault

    本人確認データのクラウド保管と監査

    Prime ID Scanner

    デスクトップ向け本人確認書類スキャンソフト

  • 本人確認書類 OCR スキャナー

    本人確認書類のデータを抽出

    本人確認

    リモートユーザーを検証

    生体認証

    顔認識

    本人確認書類の真贋判定

    偽造身分証明書の検出

    AML・PEP スクリーニング

    制裁・監視リスト

    文書の自動化

    文書の生成と署名

    規制対応

    GDPR、HIPAA、ISO、IAL2

    対応書類

    190 か国以上に対応

  • KYCドライバー確認ユーザーオンボーディングユーザー確認本人確認不正検知金融サービスマーケットプレイス・コミュニティゲーム運輸小売・EC入退管理ヘルスケア教育旅行・ホスピタリティ通信
  • 開発者向け
  • 料金
  • お問い合わせ
ログイン今すぐ始める
Home
ID AnalyzerID Analyzer

メニュー

    • ID Verification API
    • DocuPass
    • ID Fort
    • Biometric API
    • Transaction Vault
    • Prime ID Scanner
    • 本人確認書類 OCR スキャナー
    • 本人確認
    • 生体認証
    • 本人確認書類の真贋判定
    • AML・PEP スクリーニング
    • 文書の自動化
    • 規制対応
    • 対応書類
    • KYC
    • ドライバー確認
    • ユーザーオンボーディング
    • ユーザー確認
    • 本人確認
    • 不正検知
    • 金融サービス
    • マーケットプレイス・コミュニティ
    • ゲーム
    • 運輸
    • 小売・EC
    • 入退管理
    • ヘルスケア
    • 教育
    • 旅行・ホスピタリティ
    • 通信
    • 開発者向け
    • 料金
    • お問い合わせ
    • セキュリティと ISO 27001
← ブログに戻る
Identity VerificationCompliance

What Is NIST IAL-2 Identity Assurance?

ID Analyzer Team·Jun 7, 2026·読了 5 分
What Is NIST IAL-2 Identity Assurance?

If you have ever worked through a government or enterprise identity requirement in the United States, you have probably run into the acronym IAL. It comes from NIST Special Publication 800-63, the standard that defines how digital identity should be established and proven. IAL-2 sits in the middle of that scale, and it is the level most regulated services target.

This post explains what IAL-2 actually requires, how it differs from the levels around it, and what a compliant remote verification flow looks like in practice.

What IAL stands for

Identity Assurance Level (IAL) measures how confident you can be that a claimed identity is real and belongs to the person presenting it. NIST 800-63A defines three levels:

  • IAL-1 — Identity is self-asserted. No evidence is required, so confidence is low.
  • IAL-2 — Identity is proven using evidence and validated against authoritative sources, either remotely or in person.
  • IAL-3 — The strongest level, requiring in-person or supervised remote proofing with trained operators and physical inspection.

IAL is intentionally separate from AAL (Authentication Assurance Level) and FAL (Federation Assurance Level). IAL is about who you are at enrollment; AAL is about proving it again at login. This post focuses on IAL only.

What IAL-2 requires

IAL-2 is built around three steps: collecting evidence, validating it, and binding it to the person in front of you.

1. Identity evidence

The applicant must present acceptable evidence — typically a government-issued document such as a passport, driver's license, or national ID card. NIST grades evidence by strength (weak, fair, strong, superior). IAL-2 generally needs a combination that reaches a defined strength threshold, for example one piece of strong evidence plus a second piece, or one piece of superior evidence.

2. Validation

The evidence must be confirmed as genuine and accurate. That means two checks:

  • Authenticity — Is the document real, unaltered, and not a forgery?
  • Accuracy — Does the data on the document match an authoritative or issuing source where available?

3. Verification (binding)

Finally, you must confirm the applicant is the rightful owner of the validated identity. For remote IAL-2 this is usually done with a biometric comparison: matching a live selfie against the photo on the document, paired with a liveness check to defeat photos, masks, and replay attacks.

Note

IAL-2 explicitly permits remote identity proofing. You do not need a physical office or in-person agent, provided your remote process meets the evidence, validation, and binding requirements.

Remote IAL-2 in practice

A compliant remote flow generally moves through four stages. Each maps to a concrete capability.

Capture and read the document

The applicant photographs their ID. Document OCR extracts the printed fields, while MRZ and barcode reading pull the machine-encoded data from the back of the document or the passport zone. Cross-checking the printed text against the MRZ or barcode is a fast first signal that nothing has been tampered with.

Supporting a wide document range matters here, because applicants arrive with whatever they have. Coverage across 3,000+ document formats and 190+ countries reduces the number of legitimate users you reject simply because their document was unfamiliar.

Authenticate the document

Next, the document is checked against forgery and tampering. Document authentication inspects security features, fonts, layout consistency, and signs of digital manipulation. This is the "is it genuine" half of NIST's validation step.

Match the face and check liveness

The applicant takes a selfie. Biometric face match compares it to the document portrait, and a liveness check confirms a real person is present rather than a printed photo, screen, or deepfake. Together these satisfy the binding requirement — the person presenting the evidence is the person it describes.

Screen and record

For regulated use cases you may also run AML, PEP, and criminal records screening as part of onboarding. While screening is a separate compliance obligation from IAL, it commonly runs in the same flow.

NIST also expects you to keep a record of the proofing event. Retaining the evidence, results, and decision in a secure store supports audits and dispute resolution later.

See how DocuPass runs a complete remote identity-proofing flow

Things teams get wrong

A few recurring mistakes are worth flagging.

  • Skipping liveness. A face match without liveness can be defeated by a printed photo. NIST IAL-2 expects presentation-attack defenses for remote proofing.
  • Treating OCR as validation. Reading the data is not the same as proving the document is authentic. You need a dedicated authentication step.
  • Confusing IAL with AAL. Meeting IAL-2 at enrollment says nothing about how strong your login authentication is. Address them separately.
  • Ignoring data residency and security. Identity proofing handles sensitive personal data. Look for ISO 27001 controls, and consider on-premise deployment with ID Fort if regulation or policy requires data to stay inside your own infrastructure.

Summary

IAL-2 is NIST's mid-tier identity assurance level: prove identity with strong evidence, validate that the evidence is genuine and accurate, and bind it to the live applicant through biometrics. It can be done fully remotely.

In practical terms, a remote IAL-2 flow stacks document OCR and MRZ reading, document authentication, and biometric face match with liveness — backed by secure storage of the proofing record. Get those building blocks right, and you have a defensible, auditable path to IAL-2 that does not force users into a branch office.

あわせて読みたい

What Is AML Screening, and How Does It Work?
AMLCompliance

What Is AML Screening, and How Does It Work?

A practical breakdown of AML screening, what it checks, and how to build it into your onboarding flow.

May 31, 2026·読了 5 分
What Is KYC, and Why Does It Matter?
KYCCompliance

What Is KYC, and Why Does It Matter?

A plain-English guide to Know Your Customer — what it is, why regulators require it, and how modern teams automate it without slowing onboarding.

May 28, 2026·読了 3 分
How to Choose an Identity Verification API
Identity VerificationAPI

How to Choose an Identity Verification API

Coverage, accuracy, deployment, pricing, and compliance — the questions that actually matter when you evaluate an identity verification or KYC API.

May 15, 2026·読了 2 分
検証を始める

最初の ID を検証する準備はできましたか?

ご登録で無料のテストクレジットを付与。カード登録は不要です。

  • 無料トライアル
  • 営業に問い合わせる
  • クレジットカード不要

  • 登録で無料トライアルクレジット進呈

ID Analyzer

クラウド型の本人確認サービス。OCR、生体認証による顔照合、AMLスクリーニングを用いて、190か国以上の運転免許証、パスポート、身分証明書をスキャン・検証します。

FacebookFacebook
Twitter@idanalyzer

ISO 27001 認証取得 · 認証を見る

製品

  • Identity Verification API
  • DocuPass KYC
  • AML/PEP チェック
  • Face Verification API
  • Transaction Vault
  • Prime ID Scanner

ソリューション

  • 本人確認書類 OCR スキャナー
  • 本人確認
  • 生体認証
  • 偽造身分証明書の検出
  • 対応書類

会社情報

  • 会社概要
  • 料金
  • 開発者向け
  • ブログ
  • サービス稼働状況
  • お問い合わせ

© 2026 Evith Technology Ltd. · プライバシーポリシー · サービス利用規約 · データ保護方針

English简体中文繁體中文DeutschFrançaisEspañolPortuguêsItaliano日本語한국어العربيةहिन्दी