Sphereon-Opensource / SIOP-OID4VP

Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP)
Apache License 2.0
77 stars 25 forks source link

feat: initial sd-jwt support #64

Closed TimoGlastra closed 5 months ago

TimoGlastra commented 6 months ago

Adds support for SD-JWT to be used as VPs.

The SdJwt.spec.ts has an end to end test case where a response is created based on a sd-jwt vc.

It just adds support for the SD-JWT credential format profile, it hasn't implemented all restrictions from HAIP.

Dependant on https://github.com/Sphereon-Opensource/PEX/pull/132 to be merged and released first

nklomp commented 5 months ago

This has been merged and released as 0.6.0-unstable.0, which includes PEX 3.0.0, which in turn contains the SD-JWT support and some other small changes