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

A library for issuing and verifying SD-JWT
Apache License 2.0
14 stars 4 forks source link

Use kid in SdJwtVcVerifier when using issuer metadata #202

Closed babisRoutis closed 1 month ago

babisRoutis commented 1 month ago

The PR will remove the restriction to not have kid in order to trigger the resolution of the issuer's pub key using its metadata. Closes #197

It seems that this is the only change needed, given that the underlying Nimbus provided JWSVerificationKeySelector already takes into account kid to filter the provided JWK set.