diff --git a/src/main/resources/templates/OAuthResource/loginPasswordless.html b/src/main/resources/templates/OAuthResource/loginPasswordless.html index 4b5451b..3684f4e 100644 --- a/src/main/resources/templates/OAuthResource/loginPasswordless.html +++ b/src/main/resources/templates/OAuthResource/loginPasswordless.html @@ -17,37 +17,89 @@ {/add-header}
-
- - -
+
+
+
+
+
+
Create a new credential or use an existing one
+

In Webauthn, a single user will have multiple credentials, tied to the devices they are using.

+

First the user enters their username:

+
-
- The interaction starts with an AJAX call. -
POST -
+

If they are a new user, they need to generate a new credential and register it with the application

+ + +

If they are a returning user, their authenticator must prove they own the credential.

+ +
+
+
-
-
- The server prepares a challenge for the browser to sign. -
- +
+
+
+
+
+
Request a challenge
+

The interaction starts with an AJAX call.

+
POST +
+
+ +
+
+
+
-