You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(decentralized-claims): make VP holder property optional
- JwtToVerifiablePresentationTransformer now reads an explicit `holder`
claim from the VP JWT and falls back to the `iss` (issuer) claim when
absent, instead of always using the issuer
- VerifiableCredentialValidationServiceImpl skips HasValidSubjectIds
validation when the presentation holder is null, allowing VPs that
carry no holder to pass validation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* checkstyle
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: extensions/common/iam/decentralized-claims/decentralized-claims-transform/src/main/java/org/eclipse/edc/iam/decentralizedclaims/transform/to/JwtToVerifiablePresentationTransformer.java
Copy file name to clipboardExpand all lines: extensions/common/iam/decentralized-claims/decentralized-claims-transform/src/test/java/org/eclipse/edc/iam/decentralizedclaims/transform/TestData.java
Copy file name to clipboardExpand all lines: extensions/common/iam/decentralized-claims/decentralized-claims-transform/src/test/java/org/eclipse/edc/iam/decentralizedclaims/transform/to/JwtToVerifiablePresentationTransformerTest.java
Copy file name to clipboardExpand all lines: extensions/common/iam/decentralized-claims/lib/verifiable-credentials-lib/src/main/java/org/eclipse/edc/iam/verifiablecredentials/VerifiableCredentialValidationServiceImpl.java
Copy file name to clipboardExpand all lines: extensions/common/iam/decentralized-claims/lib/verifiable-credentials-lib/src/test/java/org/eclipse/edc/iam/verifiablecredentials/VerifiableCredentialValidationServiceImplTest.java
0 commit comments