diff options
author | shinbunbun <34409044+shinbunbun@users.noreply.github.com> | 2021-08-24 13:11:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 13:11:24 +0900 |
commit | 63cfea6558618002270c22916d88947b475671d6 (patch) | |
tree | a5275a3f525fa7fbff1d24256c1d384c9ebb46d0 /files/ja/web/api | |
parent | 2543c30474e6613c73a5d9f15477fcdfb749aa9f (diff) | |
download | translated-content-63cfea6558618002270c22916d88947b475671d6.tar.gz translated-content-63cfea6558618002270c22916d88947b475671d6.tar.bz2 translated-content-63cfea6558618002270c22916d88947b475671d6.zip |
fix typo (#2165)
Diffstat (limited to 'files/ja/web/api')
-rw-r--r-- | files/ja/web/api/web_authentication_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 この保証には次の点を含む: <ol> <li>challenge が送信時と同じものであるかの確認</li> - <li>origin が期待された origin でとなっていることの保証</li> + <li>origin が期待された origin となっていることの保証</li> <li>clientDataHash の署名と特定モデルの認証器用の証明書チェーンを使った attestation の検証</li> </ol> 検証ステップの完全な一覧は <a href="https://w3c.github.io/webauthn/#registering-a-new-credential">WebAuthn の仕様書の中にあります</a>。 チェックが上手くいくと、サーバはユーザーアカウントに紐づいたその新しい公開鍵を保存し、将来の利用に備えます。つまりは、ユーザーが認証のためにその公開鍵を使いたい時は何時でも使えるようにするということです。</li> |