-
per changes here: https://github.com/oauth-wg/oauth-sd-jwt-vc/pull/268
-
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/).
-
Right now the wallet builds the url to fetch the key to validate the sd-jwt from the `/.well-known/jwks` endpoint,
which is wrong for sd-jwt vc. The signature is OK because our servers have the same …
-
````
{
"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",
}
.
{…
-
The complex accreditation and recognition rules for educational credentials and qualifications, which vary across member states, have necessitated the development of equally sophisticated data models,…
-
The following specification enables a repository of schemas for the SD-JWT VC format
https://github.com/vcstuff/sd-jwt-vc-types
it seems the best solution for the definition about how a credential…