-
per changes here: https://github.com/oauth-wg/oauth-sd-jwt-vc/pull/268
-
Hi all,
I would like to know about plan for supporting SD-JWT in this library ? The documentation currently mentions partial support.
I also see that this is already implemented in the Android libra…
-
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/).
-
Make sure that the PID in `SD-JWT-VC` follows the [ARF PR](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework/pull/160/files)
| **Attribute identifier** | *…
-
As of [SD-JWT -09](https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/09/) which "[Distinguished SD-JWT from SD-JWT+KB](https://www.ietf.org/archive/id/draft-ietf-oauth-selecti…
bc-pi updated
1 month ago
-
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…
-
````
{
"typ": "trust-mark+jwt",
"alg": "ES256",
"kid": "2HnoFS3YnC9tjiCaivhWnXAdNuA"
}
.
{
"iss": "https://federation.example.org",
"sub": "https://rp.example.org",
"iat": 171084…
-
RP Entity Configuration + Subordinate Statements adding authorized data in the request
````
{
"typ": "entity-statement+jwt",
"alg": "ES256",
"kid": "2HnoFS3YnC9tjiCaivhWnXAdNuA",
}
.
{…
-
right now the wallet fetches the /.well-know/jwks endpoint when the kid is not a DID#ifdentifier. It ok for formats as jwt_vc_json and jwt_vc_json-ld but **for sd-jwt** the keys to validate the signat…
-
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…