Changes between Version 3 and Version 4 of net.sf.basedb.webauthn/using
- Timestamp:
- Aug 15, 2022, 8:49:25 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net.sf.basedb.webauthn/using
v3 v4 3 3 == Logging in == 4 4 5 Before it is possible to login with a !WebAuthn Security Key the server administrator need to register the key and connect it to the user account. It is not possible for users to register the key by themselves. 5 Before it is possible to login with a !WebAuthn Security Key the server administrator need to register the key and connect it to the user account (see below). It is not possible for users to register the key by themselves. Depending on the capabilities of the security key, the administrator may enable password-less authentication. 6 7 8 === Basic !WebAuthn === 9 10 In the basic mode, the user has to specify the login and password and then verify the login by touching the security key. 6 11 7 12 1. Start by entering the '''Login''' and '''Password''' information in the form. … … 19 24 }}} 20 25 21 === Newer Firefox, Chrome and Edge 101 on Windows 10===26 ==== Newer Firefox, Chrome and Edge 101 on Windows 10 ==== 22 27 23 28 || '''Step 3: Prompting you for inserting a key''' || '''Step 4: Prompting you for touching the key''' || … … 25 30 26 31 27 === Older Firefox===32 ==== Older Firefox ==== 28 33 29 34 || '''Step 3 and 4: Prompting you for inserting and touching the key''' || 30 35 || [[Image(older-firefox.png)]] || 31 36 37 38 === Password-less authentication === 39 40 If the security key supports it, the administrator may enable password-less authentication. For example, this is possible with the newer !YubiKey 5 models. This mode also requires that the security key is protected with a PIN. 41 42 1. Start by selecting the '''!WebAuthn (password-less)''' login metod 43 2. Click on the '''Login''' button. 44 3. The browser should ask you to insert the security into an USB port (unless it is already inserted). 45 4. Enter the PIN and press the button on the security key (do not click on the '''Cancel''' button). 46 5. You should now be logged in. 47 48 || '''Step 1: Password-less login''' || '''Step 4: Enter a PIN''' || 49 || [[Image(password-less-login.png)]] || [[Image(enter-ping.png)]] || 32 50 33 51 == Assigning security keys to users ==