-
For high-security usecases or use cases with sensitive data, some Issuers may want to require that VCs are only released to authorized Verifiers. One of the options to establish such a mechanism is to…
-
> These are some personal, raw and unfiltered mental notes I took from a series of discussion between me, Mike Jones, @ve7jtb, @balfanz, @timcappalli and (and to a less extent with) @Sakurann at IIW t…
-
JWT is something very specific and well-documented: [RFC 7519 - JSON Web Token (JWT)](https://datatracker.ietf.org/doc/html/rfc7519)
Although we start talking about verifiable credentials on top of…
-
As we will merge these two libraries, there will likely be some issues transferred as well from berendsliedrecht/sd-jwt-ts. These issues should be resolved in this repository (https://github.com/beren…
-
**Scenario**
Given the credential request
```json
{
"credentials": [
{
"id": "address-credential",
"format": "vc+sd-jwt",
"claims": [
{
"id": …
-
In the DCP working group call it was mentioned that a decision should be made whether the mdoc profile is defined in the OpenID4VP specification or the HAIP specification.
-
Since SD-JWT allows JWS JSON serialization, we should add an example of how one could do that with SD-JWT VC.
awoie updated
4 months ago
-
### Description
For the scope-based solution of OID4VCI we will need a `CredentialBuilderProvider` that is capable of building different credential representations based on the provided format in t…
-
### Imported from AB/Connect bitbucket: https://bitbucket.org/openid/connect/issues/1960
### Original Reporter: authlete-taka
How about changing the following credential format identifiers:
* `jw…
-
I have the need to get the body of the SD JWT where the hashes are replaced with the disclosed values.
Currently, I am doing a workaround.
```
from sd_jwt.verifier import SDJWTVerifier
from sd_j…