Skip to content

Commit bd2b62d

Browse files
committed
Update FIDO2
1 parent 32eab80 commit bd2b62d

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"name": "Jcardsim FIDO2",
1010
"request": "launch",
1111
"mainClass": "com.licel.jcardsim.remote.VSmartCard",
12+
"projectName": "fido2",
1213
"args": [
1314
"${workspaceFolder}/.vscode/jcardsim_fido2.cfg"
1415
],

applets/apex-fido2

docs/applets/6-fido2.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ You can use the *Yubikey WebAuthn test page* at https://demo.yubico.com/webauthn
2929

3030
On Android, you can use the *FIDO / Webauthn Example* App at https://play.google.com/store/apps/details?id=de.cotech.hw.fido.example for testing (Use the U2F tab), or use any Browser which supports the Security Manager (for details, see *Android Problems and Solutions*) and use the Yubico page.
3131

32+
### Attestation
33+
34+
Similar to the U2F applet, the FIDO2 applet contains an embedded attestation certificate and key of the manufacturer. This certificate is used to sign responses of the authenticator, such that the relying party can verify the manufacturer and model of the authenticator.
35+
36+
### User Presence and User Verification
37+
38+
User presence is always ensured by default, because the mode of data transportation is via NFC, which requires physical proximity.
39+
40+
User verification has to be requested by the relying party and is provided via the client PIN protocol.
41+
42+
### Server and Resident Credentials
43+
44+
By default, the authenticator creates server credentials, which are not stored on the authenticator, but instead encoded and encrypted into the credential ID and stored with the relying party. If requested by the relying party, the authenticator will instead create a resident credential, which stores the key material on th authenticator until it runs out of storage space.
45+
3246
## Sources and Further Reading
3347

3448
- https://fidoalliance.org/fido-technotes-the-truth-about-attestation/

0 commit comments

Comments
 (0)