44
44
This layer manages the general architecture of the system, and is where most
45
45
business logic and integration code would go. The demo server implements the
46
46
"persistent" storage of users and credential registrations - the
47
- link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.2 /com/yubico/webauthn/CredentialRepository.html[`CredentialRepository`]
47
+ link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.3 /com/yubico/webauthn/CredentialRepository.html[`CredentialRepository`]
48
48
integration point - as the
49
49
link:src/main/java/demo/webauthn/InMemoryRegistrationStorage.java[`InMemoryRegistrationStorage`]
50
50
class, which simply keeps them stored in memory for a limited time. The
@@ -58,7 +58,7 @@ would be specific to a particular Relying Party (RP) would go in this layer.
58
58
- The server layer in turn calls the *library layer*, which is where the
59
59
link:../webauthn-server-core/[`webauthn-server-core`]
60
60
library gets involved. The entry point into the library is the
61
- link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.2 /com/yubico/webauthn/RelyingParty.html[`RelyingParty`]
61
+ link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.3 /com/yubico/webauthn/RelyingParty.html[`RelyingParty`]
62
62
class.
63
63
+
64
64
This layer implements the Web Authentication
@@ -69,11 +69,11 @@ and exposes integration points for storage of challenges and credentials. Some
69
69
notable integration points are:
70
70
+
71
71
** The library user must provide an implementation of the
72
- link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.2 /com/yubico/webauthn/CredentialRepository.html[`CredentialRepository`]
72
+ link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.3 /com/yubico/webauthn/CredentialRepository.html[`CredentialRepository`]
73
73
interface to use for looking up stored public keys, user handles and signature
74
74
counters.
75
75
** The library user can optionally provide an instance of the
76
- link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.2 /com/yubico/webauthn/attestation/AttestationTrustSource.html[`AttestationTrustSource`]
76
+ link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.5.3 /com/yubico/webauthn/attestation/AttestationTrustSource.html[`AttestationTrustSource`]
77
77
interface to enable identification and validation of authenticator models. This
78
78
instance is then used to look up trusted attestation root certificates. The
79
79
link:../webauthn-server-attestation/[`webauthn-server-attestation`]
@@ -158,7 +158,7 @@ correct environment.
158
158
Authentication demo'`
159
159
160
160
- `YUBICO_WEBAUTHN_USE_FIDO_MDS`: If set to `true` (case-insensitive), use
161
- https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-attestation/2.5.2 /com/yubico/fido/metadata/FidoMetadataService.html[`FidoMetadataService`]
161
+ https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-attestation/2.5.3 /com/yubico/fido/metadata/FidoMetadataService.html[`FidoMetadataService`]
162
162
from the link:../webauthn-server-attestation[`webauthn-server-attestation`]
163
163
module as a source of attestation data in addition to the static JSON file
164
164
bundled with the demo. This will write cache files to the
1 commit comments
github-actions[bot] commentedon Sep 5, 2024
Mutation test results
com.yubico.fido.metadata
com.yubico.internal.util
com.yubico.webauthn
com.yubico.webauthn.attestation
com.yubico.webauthn.data
com.yubico.webauthn.extension.appid
com.yubico.webauthn.extension.uvm
com.yubico.webauthn.meta
Previous run: 240b8d9 - Diff
Detailed reports: workflow run #280