java-webauthn-server icon indicating copy to clipboard operation
java-webauthn-server copied to clipboard

Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations

Results 32 java-webauthn-server issues
Sort by recently updated
recently updated
newest added
trafficstars

We have a business requirement to submit credential public keys to a third-party library for accreditation. This library only accepts Java `PublicKey` implementations (and expects them to return DER-encoded byte...

Currently, the metadata blob verification process creates a cert path validator with the default 'true' setting for the `PKIXParameters#revocationEnabled` parameter (in `FidoMetadataDownloader#verifyBlob`) enabling the `RevocationChecker`. This will fail unless the...

Hello! Our project is replacing regular spring with Spring Reactive (Mono, Flux, etc.). The yubico library does not support reactive contracts in the CredentialRepository. Is it possible to release a...

From the CTAP [specs](https://fidoalliance.org/specs/fido-v2.0-ps-20190130/fido-client-to-authenticator-protocol-v2.0-ps-20190130.html#authenticatorGetInfo) you should be able to tell if an authenticator does not support, say, user verification because the `uv` flag is absent. So there are three states,...

>I couldn't find anywhere a minimum requirement for the Java version. _Originally posted by @fungastorba in https://github.com/Yubico/java-webauthn-server/discussions/372_

Hi, @emlun ! It's been a few years since I integrated webauthn-server-core into my project. I'm currently using version 1.12.2. Everything works fine and stable, but I've been wanting to...

Hi, I'm using webauthn-server-core 2.5.0 I got this errror when calling com.yubico.webauthn.RelyingParty.finishRegistration: err:java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at COSE.OneKey.CheckECKey(OneKey.java:397) at COSE.OneKey.CheckKeyState(OneKey.java:307) at COSE.OneKey.(OneKey.java:59) at com.yubico.webauthn.WebAuthnCodecs.importCoseP256PublicKey(WebAuthnCodecs.java:151) at com.yubico.webauthn.WebAuthnCodecs.importCosePublicKey(WebAuthnCodecs.java:132) at com.yubico.webauthn.FinishRegistrationSteps$Step16.validate(FinishRegistrationSteps.java:337) at com.yubico.webauthn.FinishRegistrationSteps$Step.next(FinishRegistrationSteps.java:113)...

> are you sure this is fixed? huawai nova Y70 (standard huawai phone browser / no google services), gives an error, all other devices and browsers work. > > versions:...

enhancement