Sphereon-Opensource / SSI-SDK

Self Sovereign Identity SDK
Apache License 2.0
62 stars 18 forks source link

Converts a presentation to a wrapped presentation fails for sd-jwt #188

Open Haza85 opened 6 months ago

Haza85 commented 6 months ago

Hi. During sending from client or verify process on server side method CredentialMapper.toWrappedVerifiablePresentation() fails with error 'VP needs to have at least one verifiable credential at this point' when incoming parameter is encoded jwt.

nklomp commented 6 months ago

Could you provide a bit more context? What are you using as RP and which wallet are you using?

To be clear, our low-level libraries and the base SDK module support SD-JWTs at this point. However our Wallet and SDK RP modules do not support it yet. We simply haven't integrated SD-JWTs in the agent yet

Haza85 commented 6 months ago

I am using Sphereon libraries in issuer/verifier and holder side. Yes, I noticed that only low-level libraries supports SD-JWT. That's why some issues happens during processing OID4VP flow. Any plans to have full support?