Sandra Vrtikapa
Sandra Vrtikapa
Verifier: Validate the Issuer of the SD-JWT and that the signing key belongs to this Issuer. Needs discussion.
https://drafts.oauth.net/oauth-selective-disclosure-jwt/draft-ietf-oauth-selective-disclosure-jwt.html#enveloping
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](https://www.rfc-editor.org/rfc/inline-errata/rfc7800.html) Currently we support "jwk" as per spec examples. Add handling other methods: "jwe", "jku" and "kid"
Implement SD-JWT Spec: https://www.ietf.org/archive/id/draft-ietf-oauth-selective-disclosure-jwt-02.html Github: https://github.com/oauth-wg/oauth-selective-disclosure-jwt Implementation issues: #3451 #3453 #3455 #3456 #3459 #3461 #3463 #3467 #3469 #3470 #3471 #3478 #3487 #3491 #3497 #3502
As per recent discussions we should not be referring to did transactions but did anchors.
Currently we marshalling and un-marshalling batch files into proper (protocol defined) structs so we can not end up with additional fields in the batch files. However if the files are...
Created to address following comment: Even though protocol supports the list of multihashing algorithms in this protocol version (v1) we can have only one multihashing algorithm. Later versions may have...
Currently we use docutil.MarshalCanonical which is not JCS
Create status codes for everything that can go wrong with input for resolution and return BadRequestError with status code. Resolution with did includes validation of: did Resolution with initial state...