From 98e33795ac5a8e6ccb9c54774f596c3331048793 Mon Sep 17 00:00:00 2001 From: levangongPayPal Date: Wed, 13 Apr 2016 13:58:22 -0700 Subject: [PATCH 1/3] Terminology: WebAuthn Relying Party - no account creation Proposed resolution for Issue #70 --- index.src.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.src.html b/index.src.html index 9034c7e1d..7f2cc1595 100644 --- a/index.src.html +++ b/index.src.html @@ -2459,7 +2459,7 @@ : Relying Party : WebAuthn Relying Party - :: The entity which needs to rely in the authentication provided by the WebAuthn specification. At the conclusion of the account creation, the Relying Party has the public key that was created by the Authenticator. + :: The entity which needs to rely in the authentication provided by the WebAuthn specification. At the conclusion of the registration, the Relying Party has the public key that was created by the Authenticator. # Acknowledgements # {#acknowledgements}

We would like to thank the following for their contributions to, and thorough review of, this specification: Jing Jin, Michael B. Jones, Rolf Lindemann. From c53fb2c0722529eb24f806216b9f96aada2641b2 Mon Sep 17 00:00:00 2001 From: levangongPayPal Date: Wed, 13 Apr 2016 14:31:22 -0700 Subject: [PATCH 2/3] Update index.src.html Agreed & incorporated Vijay's recommendation. --- index.src.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.src.html b/index.src.html index 7f2cc1595..928dfe5c1 100644 --- a/index.src.html +++ b/index.src.html @@ -2459,7 +2459,7 @@ : Relying Party : WebAuthn Relying Party - :: The entity which needs to rely in the authentication provided by the WebAuthn specification. At the conclusion of the registration, the Relying Party has the public key that was created by the Authenticator. + :: The entity which needs to rely in the authentication provided by the WebAuthn specification. When [[#registration-embedded]] concludes, the Relying Party has the public key that was created by the Authenticator. # Acknowledgements # {#acknowledgements}

We would like to thank the following for their contributions to, and thorough review of, this specification: Jing Jin, Michael B. Jones, Rolf Lindemann. From ce9b8e9fe9fffc41edbb672c5b11049e5064c69c Mon Sep 17 00:00:00 2001 From: levangongPayPal Date: Wed, 13 Apr 2016 16:01:32 -0700 Subject: [PATCH 3/3] Update index.src.html I've reverted to 'registration' - I still think the idea of referring to the Registration section is good. Is there a way to refer to it by section number and not section title? --- index.src.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.src.html b/index.src.html index 928dfe5c1..0265f525e 100644 --- a/index.src.html +++ b/index.src.html @@ -2459,7 +2459,7 @@ : Relying Party : WebAuthn Relying Party - :: The entity which needs to rely in the authentication provided by the WebAuthn specification. When [[#registration-embedded]] concludes, the Relying Party has the public key that was created by the Authenticator. + :: The entity which needs to rely in the authentication provided by the WebAuthn specification. When the registration concludes, the Relying Party has the public key that was created by the Authenticator. # Acknowledgements # {#acknowledgements}

We would like to thank the following for their contributions to, and thorough review of, this specification: Jing Jin, Michael B. Jones, Rolf Lindemann.