-
It is my contention that the following should be a success condition of our work: the SDS spec defines the minimum features and components required for all SDS implementations to be so unified and int…
-
Hey, we would appreciate if you will add `ES-256` see https://webauthn.io/ advanced options,
New Yubikeys are require this Algorithm on registration. It then allows the user to register the Yubikey …
-
### Description
Migrated from https://issues.redhat.com/browse/KEYCLOAK-15162
At WWDC 2020, Apple announced their Safari's WebAuthn implementation will start supporting Touch ID/Face ID from iOS 1…
-
Hi!
I think my issue may be a Safari bug itself. I am currently working on implementing passkey support with conditional mediation for a product I support and had not used your library yet (looks n…
-
Hi,
I am new to the SDK and tried installing it using NuGet. This however fails with the following error:
_Could not install package 'Yubico.NativeShims 1.3.1'. You are trying to install this p…
-
I've played around with the test page a bit trying to get this added to one of my websites, but there's one thing I'm missing:
On sites like Google, or on test pages like [webauthn.io](https://web…
-
As I understand it, go-jose currently supports these keys:
- `P-256`
- `P-384`
- `P-521`
are there any plans to support ES256K keys in go-jose? As in this Java example:
https://connect2id.com…
-
https://github.com/privacyidea/webauthn-client/blob/af0e59f57f857af78496bc273842a95913834851/pi-webauthn.js#L391
https://github.com/privacyidea/webauthn-client/blob/af0e59f57f857af78496bc273842a95913…
-
When parsing the unique field from pubArea during an attestation verification, unique is a TPM2B_PUBLIC_KEY_RSA only if the TPMI_ALG_PUBLIC is TPM_ALG_RSA. If TPMI_ALG_PUBLIC is TPM_ALG_ECC, unique is…
-
Hello!
We recently wanted to replace our old and unmaintained frontend cbor implementation with [cbor-web](https://www.npmjs.com/package/cbor-web). Sadly, fido2.cbor is unable to parse its output, …