eu-digital-identity-wallet / eudi-lib-jvm-openid4vci-kt

Implementation of OpenID for Verifiable Credential Issuance protocol (wallet's role) in Kotlin
Apache License 2.0
18 stars 8 forks source link

Support attestation-based client authentication #225

Closed babisRoutis closed 2 months ago

babisRoutis commented 4 months ago

Closes #217

ydanneg commented 4 months ago

Dear @babisRoutis it would be great to be able to provide a custom signer implementation in case of remote signing. With no access to a private key. Similar to KeyBindingSigner in sdjwt lib.

babisRoutis commented 4 months ago

Dear @babisRoutis it would be great to be able to provide a custom signer implementation in case of remote signing. With no access to a private key. Similar to KeyBindingSigner in sdjwt lib.

Hi @ydanneg

You are right. Perhaps, the self-attested issuer has little value. I was thinking moving the later to the tests. Not sure yet. In addition,

In any case thanks for the comment.

babisRoutis commented 2 months ago

Closing this PR, since main has diverged.

Part of it will be probably included in a new PR