diff --git a/src/flow/webauthn.html b/src/flow/webauthn.html index 7ad92c4..e307ada 100644 --- a/src/flow/webauthn.html +++ b/src/flow/webauthn.html @@ -6,7 +6,7 @@
- In order to initiate the Authorization Code Flow, we need to build the + In order to initiate the WebAuthn, we proceed the same way as we would if we would be using Authorization Code Flow we need to build the authorization URL - and redirect the user to the authorization server. The URL is constructed as + and redirect the user to the authorization server. All the passwordless logic is handled completely by the authorization server. The URL is constructed as follows:
@@ -119,10 +119,7 @@
attack).
- All that we now need to do is click the button below and login with our credentials. - For the purposes of this - playground we already took the liberty to create user with password - user for you. After your credentials are successfully verified, you will be +
All that we now need to do is click the button below and perform the Web Authentication Flow on the server. After your account will be successfully verified, you will be redirected back to this playground, to the URL we have specified in the redirect_uri query parameter of the request.