hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
240 stars 161 forks source link

SD-JWT: Complete implementing CNF for Holder Binding as per spec #3517

Open sandrask opened 1 year ago

sandrask commented 1 year ago

For Holder Binding: https://drafts.oauth.net/oauth-selective-disclosure-jwt/draft-ietf-oauth-selective-disclosure-jwt.html#section-5.2.3

Complete implementing "cnf" claim as per RFC7800

Currently we support "jwk" as per spec examples. Add handling other methods: "jwe", "jku" and "kid"