Skip to content

Commit 5fbda9f

Browse files
committed
Track WebAuthn4J update
1 parent a32538c commit 5fbda9f

File tree

1 file changed

+0
-2
lines changed
  • samples/fido-server-conformance-test-app/src/main/java/com/webauthn4j/springframework/security/webauthn/sample/app/config

1 file changed

+0
-2
lines changed

samples/fido-server-conformance-test-app/src/main/java/com/webauthn4j/springframework/security/webauthn/sample/app/config/WebSecurityBeanConfig.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
import com.webauthn4j.validator.attestation.statement.u2f.FIDOU2FAttestationStatementValidator;
4949
import com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator;
5050
import com.webauthn4j.validator.attestation.trustworthiness.certpath.TrustAnchorCertPathTrustworthinessValidator;
51-
import com.webauthn4j.validator.attestation.trustworthiness.ecdaa.DefaultECDAATrustworthinessValidator;
5251
import com.webauthn4j.validator.attestation.trustworthiness.self.DefaultSelfAttestationTrustworthinessValidator;
5352
import org.springframework.context.annotation.Bean;
5453
import org.springframework.context.annotation.Configuration;
@@ -127,7 +126,6 @@ public WebAuthnManager webAuthnManager(
127126
new NoneAttestationStatementValidator()
128127
),
129128
certPathTrustworthinessValidator,
130-
new DefaultECDAATrustworthinessValidator(),
131129
new DefaultSelfAttestationTrustworthinessValidator(),
132130
objectConverter
133131
);

0 commit comments

Comments
 (0)