-
### Is your feature request related to a problem? Please describe.
https://github.com/defenseunicorns/uds-core/pull/66 introduced the new operator to UDS Core but does not include UDS Package CRs f…
-
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 …
-
We should provide support for encrypting / decrypting the claims set of a JWE (JSON Web Encryption).
-
Hi there!
First, thank you for your detailed and documented examples, that helped me a lot to understand the different topics (pun intended).
I want to both authenticate my client, and handle th…
ttben updated
3 years ago
-
This unit test fails:
```csharp
[Fact]
public void DescriptorPayloadIsAStandardReferenceObject()
{
var descriptor = new JwsDescriptor(Jwk.None, SignatureAlgo…
-
Trust Evaluator can provide multiple public keys for an entity.
In the trust evaluator realizations, the notion of multiple public keys is sometimes represented as `list[dict]` (as in, array of jwk),…
-
##### SUMMARY
After running `step ca init --helm` to produce a `values.yml`, installing the respective helm chart with the contents of that yaml file fails if passed through the parameter `va…
-
ErickD mentioned an oidc provider used in our secure zone.
Investigate to see how to use it to decode jwt tokens
-
## What
> Give a brief description of the objective of this issue. What needs to be discussed?
>
Test vectors are not really testing different things. The test vectors currently only thinks about J…
-
The README for this repo has this line as the very first you read:
```
This library provides extensible, strongly-typed interfaces for the OpenID Connect protocol, which can be used to authenticat…