-
The [JwkEcKey](https://docs.rs/elliptic-curve/latest/elliptic_curve/struct.JwkEcKey.html) struct supports serialization to JSON, but does so in a manner where the fields are always specified to match …
-
### Summary
KIDs may be calculated from the key information using RFC7638
https://datatracker.ietf.org/doc/html/rfc7638
### Steps to reproduce
Sign a JWT without specifying the KID
### Expect…
-
I'm working on a crate to decode SMART Health Cards. Per their spec, these are their requirements:
> * JWS Header
> * header includes alg: "ES256"
> * header includes zip: "DEF"
> * hea…
-
**Is your feature request related to a problem? Please describe.**
When using Azure Key Vault to sign a token, the `kid` value in the header is set with the key identifier for the Azure Key Vault key…
-
### Description
We had a small surprise when doing tests on latest master in regards to
token authentication. When trying out the code at commit 2314320a70a88dd1527b37d058066b5e7cad8afa
the service…
-
In section [5.3](https://w3c.github.io/did-core/#verification-methods) of the did-core specification it states:
> It is RECOMMENDED that JWK kid values are set to the public key fingerprint [RFC763…
-
The DID method `ion-test` does not include a DID prefix in the `document.publicKey[i].id` or `document.publicKey[i].publicKeyJwk.kid` fields:
```
{
"document": {
"@context": "https://w3id.org…
-
Section 6.3 on Public Keys https://w3c.github.io/did-core/#public-keys requires that `id` and `type` members be present for public keys. These unnecessarily duplicate the functionality of the JWK mem…
-
I believe this already came up in another discussion a while ago, just reporting this here because it came up again recently:
The current generation of JWK thumbprints for both RSA and EC is wrong.…
-
Should be able to generate a JWK thumbprint and the corresponding URI from any JWK.
- JWK Thumbprint algorithm defined in [RFC7638](https://datatracker.ietf.org/doc/rfc7638/)
- JWK Thumbprint URI …