-
Swagger `petstore.jwt.swagger`:
```
properties:
...
# tenant_ref is a non-standard claim
tenant_ref:
type: string
example: "SD_ZOO"
descript…
-
One of the added value of the new format would be the compatibility with Jades, but it seems to me that standard sd-jwt in json serialization format are already fine with Jades , right ?
-
When you use the default type `Record` this causes issues for nested frames.
So let's say I dezerialize an SD-JWT `ey123.ey123.ey123~123~456~` into a sd-jwt the types for Header and Payload will be…
-
### Description
As a legal person I want to have an EU Digital Identity Wallet (EUDIW) for legal entities which allows me to act as Holder, Relying Party and also EAA Provider in order to issue att…
-
Currently, library expects that the issue of an sd-jwt-vc uses **one** of the three supported methods:
- SD-JWT-VC issuer metadata
- X.509 Certs
- DID
Perhaps, the first two methods are not m…
-
@zyc10ud Thank you for your excellent work!
I want to run demo by the following command
```
/home/wll/anaconda3/envs/vma/bin/python demo/custom_infer.py \
/home/wll/Project/VMA/demo/image_data \…
-
For any actual real-life wallet use case, we will need some kind of selective disclosure of credentials.
It would be very nice to extend `kotlinx.serialization` with redactable fields; essentially …
-
### Description
**Name:** Heather Dahl, Indicio
**ARF Chapter:** 2.5.4 Digital Travel Credential
_“Digital Travel Credential (DTC) Providers may issue DTCs to EUDI Wallets in a supported format e…
-
[OpenID Federation 1.0](https://openid.net/specs/openid-federation-1_0.html) provides:
- a consolidated approach to build an infrastructure of trust;
- a secure way to establish trust among differ…
-
The spec describes that if no `_sd_alg` property is present at the top-level, a default value of `sha-256` MUST be used.
So I think we need to tweak the `checkHasher` method to use this as value to…