Jakob Heher

Results 24 issues of Jakob Heher

Not necessarily an issue, but the [JavaDoc](https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/2.4.0/com/yubico/webauthn/CredentialRepository.html) isn't entirely clear on this. (Or, if it is, I couldn't find it - apologies if so.) I am trying to integrate passwordless...

Sibling issue to #274, I suppose... Is there a way to pass opaque data about the user to the `CredentialRepository` (in particular, the `getCredentialIdsForUsername` implementation) _without_ that data being exposed...

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...

The recursive descent operator does not appear to be implemented. For example, `$..name` should find `$.name`, but also `$.children[0].name`, `$.children.children.children[0].name`, ... In test case form: ```kotlin @Test fun recursiveDescentTest() {...

In #88/#94 we removed the Amtssignatur print-out verification URL entirely, since it was not configurable (and thus incorrect). Ideally we'd allow this to be configured somewhere.

✍️ feature request

GitHub is [deprecating](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/) node 16 runners, which appears to affect some of the actions we consume. Investigate and upgrade.

✍️ feature request

_(Issue migrated from Gitlab: [Internal link](https://gitlab.iaik.tugraz.at/egiz/pdf-over/-/issues/124))_ User cancellation produces a SL error response with error code 6001. All 6xxx error codes are user-initiated cancellation, and should not produce error logs.

😔 waiting for upstream
⚙️ Upstream: PDF-AS

_(Issue migrated from Gitlab: [Internal link](https://gitlab.iaik.tugraz.at/egiz/pdf-over/-/issues/52))_ When the user clicks on the "Cancel" button after entering credentials, a "Signatur-Fehler" error message is displayed. This is caused by PDF-AS exception handling,...

🤕 workaround
😔 waiting for upstream
🚧 issue
⚙️ Upstream: PDF-AS

A lot of QR placeholder functionality hasn't been reviewed recently. I'd like to review how QR placeholders interact with signature scaling, signature message settings, etc. Also: proper placeholder documentation, the...

🤔 longer-term plans