From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- .../authenticatordata/index.html | 82 ---------------------- .../authenticatordata/index.md | 82 ++++++++++++++++++++++ .../api/authenticatorassertionresponse/index.html | 67 ------------------ .../api/authenticatorassertionresponse/index.md | 67 ++++++++++++++++++ 4 files changed, 149 insertions(+), 149 deletions(-) delete mode 100644 files/fr/web/api/authenticatorassertionresponse/authenticatordata/index.html create mode 100644 files/fr/web/api/authenticatorassertionresponse/authenticatordata/index.md delete mode 100644 files/fr/web/api/authenticatorassertionresponse/index.html create mode 100644 files/fr/web/api/authenticatorassertionresponse/index.md (limited to 'files/fr/web/api/authenticatorassertionresponse') diff --git a/files/fr/web/api/authenticatorassertionresponse/authenticatordata/index.html b/files/fr/web/api/authenticatorassertionresponse/authenticatordata/index.html deleted file mode 100644 index ee891dad3a..0000000000 --- a/files/fr/web/api/authenticatorassertionresponse/authenticatordata/index.html +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: AuthenticatorAssertionResponse.authenticatorData -slug: Web/API/AuthenticatorAssertionResponse/authenticatorData -tags: - - API - - Propriété - - Reference - - Web Authentication API - - WebAuthn -translation_of: Web/API/AuthenticatorAssertionResponse/authenticatorData ---- -

{{draft}}{{securecontext_header}}{{DefaultAPISidebar("Web Authentication API")}}

- -

La propriété authenticatorData (rattachée à  l'interface {{domxref("AuthenticatorAssertionResponse")}}) fournit un {{jsxref("ArrayBuffer")}} qui contient les informations relatives à l'authenticateur tels que :

- - - -

Cette propriété est signée par l'authenticateur (c'est l'un des deux champs qui est signé).

- -

Syntaxe

- -
var authnrData = assertion.response.authnrData;
-
- -

Valeur

- -

Un objet {{jsxref("ArrayBuffer")}} dont la propriété {{jsxref("ArrayBuffer.byteLength")}} indique qu'il mesure au moins 37 octets et qui contient les champs suivants :

- - - -

Exemples

- -

TBD

- -

Specifications

- - - - - - - - - - - - - - - - -
SpécificationÉtatCommentaires
{{SpecName('WebAuthn')}}{{Spec2('WebAuthn')}}Définition initiale.
- -

Compatibilité des navigateurs

- -

{{Compat("api.AuthenticatorAssertionResponse")}}

diff --git a/files/fr/web/api/authenticatorassertionresponse/authenticatordata/index.md b/files/fr/web/api/authenticatorassertionresponse/authenticatordata/index.md new file mode 100644 index 0000000000..ee891dad3a --- /dev/null +++ b/files/fr/web/api/authenticatorassertionresponse/authenticatordata/index.md @@ -0,0 +1,82 @@ +--- +title: AuthenticatorAssertionResponse.authenticatorData +slug: Web/API/AuthenticatorAssertionResponse/authenticatorData +tags: + - API + - Propriété + - Reference + - Web Authentication API + - WebAuthn +translation_of: Web/API/AuthenticatorAssertionResponse/authenticatorData +--- +

{{draft}}{{securecontext_header}}{{DefaultAPISidebar("Web Authentication API")}}

+ +

La propriété authenticatorData (rattachée à  l'interface {{domxref("AuthenticatorAssertionResponse")}}) fournit un {{jsxref("ArrayBuffer")}} qui contient les informations relatives à l'authenticateur tels que :

+ + + +

Cette propriété est signée par l'authenticateur (c'est l'un des deux champs qui est signé).

+ +

Syntaxe

+ +
var authnrData = assertion.response.authnrData;
+
+ +

Valeur

+ +

Un objet {{jsxref("ArrayBuffer")}} dont la propriété {{jsxref("ArrayBuffer.byteLength")}} indique qu'il mesure au moins 37 octets et qui contient les champs suivants :

+ + + +

Exemples

+ +

TBD

+ +

Specifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName('WebAuthn')}}{{Spec2('WebAuthn')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.AuthenticatorAssertionResponse")}}

diff --git a/files/fr/web/api/authenticatorassertionresponse/index.html b/files/fr/web/api/authenticatorassertionresponse/index.html deleted file mode 100644 index 5b1ff20f39..0000000000 --- a/files/fr/web/api/authenticatorassertionresponse/index.html +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: AuthenticatorAssertionResponse -slug: Web/API/AuthenticatorAssertionResponse -tags: - - API - - AuthenticatorAssertionResponse - - Interface - - Reference - - Web Authentification API - - WebAuthn -translation_of: Web/API/AuthenticatorAssertionResponse ---- -

{{APIRef("Web Authentication API")}}{{securecontext_header}}

- -

L'interface AuthenticatorAssertionResponse, rattachée à l'API Web Authentication, est renvoyée par un appel à {{domxref('CredentialsContainer.get()')}} lorsqu'on a passé un objet {{domxref('PublicKeyCredential')}} en argument. Cette interface fournit une preuve à un service que l'objet possède une paire de clé et que la requête d'authentification est valide et approvée.

- -

Propriétés

- -
-
AuthenticatorAssertionResponse.clientDataJSON
-
Les données du client pour l'authentification telles que l'origine et le challenge. La propriété {{domxref("AuthenticatorAttestationResponse.clientDataJSON","clientDataJSON")}} est héritée de {{domxref("AuthenticatorResponse")}}.
-
{{domxref("AuthenticatorAssertionResponse.authenticatorData")}}
-
Un objet {{jsxref("ArrayBuffer")}} contenant les informations sur l'authenticateur telles que : -
    -
  • l'empreinte d'identifiant (Relying Party ID Hash) rpidHash
  • -
  • un compteur de signature
  • -
  • un test de présence d'utilisateur
  • -
  • des marqueurs de vérification de l'utilisateur
  • -
  • les éventuelles extensions traitées par l'authentificateur
  • -
- Ce champ est l'un des deux champs qui est signé par l'authentificateur.
-
{{domxref("AuthenticatorAssertionResponse.signature")}}
-
Une signature d'assertion par rapport à {{domxref("AuthenticatorAssertionResponse.authenticatorData")}} et {{domxref("AuthenticatorResponse.clientDataJSON")}}. La signature d'assertion est créée avec la clé privée de la paire de clés (générée avec l'appel à create()) et est vérifiée avec la clé publique la même paire de clé.
-
{{domxref("AuthenticatorAssertionResponse.userHandle")}}
-
Un objet {{jsxref("ArrayBuffer")}} contenant un identifiant opaque pour l'utilisateur.
-
- -

Méthodes

- -

Aucune.

- -

Exemples

- -

TBD

- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationÉtatCommentaires
{{SpecName('WebAuthn')}}{{Spec2('WebAuthn')}}Définition initiale.
- -

Compatibilité des navigateurs

- -

{{Compat("api.AuthenticatorAssertionResponse")}}

diff --git a/files/fr/web/api/authenticatorassertionresponse/index.md b/files/fr/web/api/authenticatorassertionresponse/index.md new file mode 100644 index 0000000000..5b1ff20f39 --- /dev/null +++ b/files/fr/web/api/authenticatorassertionresponse/index.md @@ -0,0 +1,67 @@ +--- +title: AuthenticatorAssertionResponse +slug: Web/API/AuthenticatorAssertionResponse +tags: + - API + - AuthenticatorAssertionResponse + - Interface + - Reference + - Web Authentification API + - WebAuthn +translation_of: Web/API/AuthenticatorAssertionResponse +--- +

{{APIRef("Web Authentication API")}}{{securecontext_header}}

+ +

L'interface AuthenticatorAssertionResponse, rattachée à l'API Web Authentication, est renvoyée par un appel à {{domxref('CredentialsContainer.get()')}} lorsqu'on a passé un objet {{domxref('PublicKeyCredential')}} en argument. Cette interface fournit une preuve à un service que l'objet possède une paire de clé et que la requête d'authentification est valide et approvée.

+ +

Propriétés

+ +
+
AuthenticatorAssertionResponse.clientDataJSON
+
Les données du client pour l'authentification telles que l'origine et le challenge. La propriété {{domxref("AuthenticatorAttestationResponse.clientDataJSON","clientDataJSON")}} est héritée de {{domxref("AuthenticatorResponse")}}.
+
{{domxref("AuthenticatorAssertionResponse.authenticatorData")}}
+
Un objet {{jsxref("ArrayBuffer")}} contenant les informations sur l'authenticateur telles que : +
    +
  • l'empreinte d'identifiant (Relying Party ID Hash) rpidHash
  • +
  • un compteur de signature
  • +
  • un test de présence d'utilisateur
  • +
  • des marqueurs de vérification de l'utilisateur
  • +
  • les éventuelles extensions traitées par l'authentificateur
  • +
+ Ce champ est l'un des deux champs qui est signé par l'authentificateur.
+
{{domxref("AuthenticatorAssertionResponse.signature")}}
+
Une signature d'assertion par rapport à {{domxref("AuthenticatorAssertionResponse.authenticatorData")}} et {{domxref("AuthenticatorResponse.clientDataJSON")}}. La signature d'assertion est créée avec la clé privée de la paire de clés (générée avec l'appel à create()) et est vérifiée avec la clé publique la même paire de clé.
+
{{domxref("AuthenticatorAssertionResponse.userHandle")}}
+
Un objet {{jsxref("ArrayBuffer")}} contenant un identifiant opaque pour l'utilisateur.
+
+ +

Méthodes

+ +

Aucune.

+ +

Exemples

+ +

TBD

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName('WebAuthn')}}{{Spec2('WebAuthn')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.AuthenticatorAssertionResponse")}}

-- cgit v1.2.3-54-g00ecf