From 63cfea6558618002270c22916d88947b475671d6 Mon Sep 17 00:00:00 2001 From: shinbunbun <34409044+shinbunbun@users.noreply.github.com> Date: Tue, 24 Aug 2021 13:11:24 +0900 Subject: fix typo (#2165) --- files/ja/web/api/web_authentication_api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/api') diff --git a/files/ja/web/api/web_authentication_api/index.html b/files/ja/web/api/web_authentication_api/index.html index 5d4cf3d674..9ca6c16e84 100644 --- a/files/ja/web/api/web_authentication_api/index.html +++ b/files/ja/web/api/web_authentication_api/index.html @@ -70,7 +70,7 @@ translation_of: Web/API/Web_Authentication_API この保証には次の点を含む:
  1. challenge が送信時と同じものであるかの確認
  2. -
  3. origin が期待された origin でとなっていることの保証
  4. +
  5. origin が期待された origin となっていることの保証
  6. clientDataHash の署名と特定モデルの認証器用の証明書チェーンを使った attestation の検証
検証ステップの完全な一覧は WebAuthn の仕様書の中にあります。 チェックが上手くいくと、サーバはユーザーアカウントに紐づいたその新しい公開鍵を保存し、将来の利用に備えます。つまりは、ユーザーが認証のためにその公開鍵を使いたい時は何時でも使えるようにするということです。 -- cgit v1.2.3-54-g00ecf