-
For 0.9.0 milestone we need to align with [SD-JWT-VC Draft 6](https://datatracker.ietf.org/doc/draft-ietf-oauth-sd-jwt-vc/06/).
-
it has been agreed that one of the goals of HAIP is to meet eIDAS 2.0/ARF requirements.
there, the plan seems to be to use SD-JWT VCM (https://github.com/danielfett/sd-jwt-vc-dm)
if so, HAIP should…
-
There doesn't appear to be anywhere that the actual value to be used in 'aud' in an SD-JWT key binding JWT is defined.
[SD-JWT](https://www.ietf.org/archive/id/draft-ietf-oauth-selective-disclosure…
jogu updated
21 hours ago
-
We had a good discussion at IIW #39 about ways to enable offline presentation of non-mdoc credentials.
Options discussed:
- Extension of ISO 18013-5
- Pursue OID4VP over BLE
- Use CTAP/HYBRID as t…
-
````
{
"typ": "trust-mark+jwt",
"alg": "ES256",
"kid": "2HnoFS3YnC9tjiCaivhWnXAdNuA"
}
.
{
"iss": "https://federation.example.org",
"sub": "https://rp.example.org",
"iat": 171084…
-
Our aim is to bring verification capabilities across the different SDK platforms. We will do so by allowing Edge Wallets to initiate a ProofRequest to a known Identifier (DID), also this same Edge wal…
-
Section 4.1. Key Binding JWT, says the following:
> If the presentation of the SD-JWT VC includes a Key Binding JWT, the Key Binding JWT MUST adhere to the rules defined in Section 5.3 of [[I-D.iet…
-
# Document URLs
- Securing Verifiable Credentials using JOSE and COSE
- https://w3c.github.io/vc-jose-cose/transitions/CR2/2024-11-05/ (not yet in place on /TR)
- Proposed publication date: 2…
-
RP Entity Configuration + Subordinate Statements adding authorized data in the request
````
{
"typ": "entity-statement+jwt",
"alg": "ES256",
"kid": "2HnoFS3YnC9tjiCaivhWnXAdNuA",
}
.
{…
-
**Is your feature request related to a problem? Please describe.**
The current SDJWT implementation we use is a Rust library, but it lacks support for Status List, requiring us to maintain a separate…