WebAuthn のバックアップ(No.1)


WebAuthn

API(JavaScript

  • 登録
    navigator.credentials.create()
    • パラメータ
      Attachment
      User Verification
      Require ResidentKey
  • 認証
    navigator.credentials.get()
    • パラメータ
      Allow Credentials

登場人物

  • Authenticator
    • 認証器(FIDO Authenticator)
    • 認証
    • 秘密鍵の管理
    • 署名の生成
    • Cross-platform Authenticator :セキュリティキーなど
    • Platform Authenticator :OS提供機能など(Platform API)
  • Relying Party
    • Webアプリ
  • Client
    • Webブラウザ

採用を発表している企業・団体

ブラウザの設定

Firefox

  • about:config
    • security.webauth.webauthn
    • security.webauth.webauthn_enable_softtoken
    • security.webauth.webauthn_enable_usbtoken

関連用語