-
I was playing around with the example and I noticed two things regarding how some of the SIOPv2 specifications are implemented.
Firstly, I noticed that when Authorization Response is returned to t…
-
a [Self-Issued OpenID Provider](https://openid.net/specs/openid-connect-core-1_0.html#SelfIssued) is a self-hosted OIDC Provider that issues self-signed ID tokens. such a self-signed ID token includes…
-
For JWT (and [reference token](https://github.com/avenga/couper/issues/711)) access controls
Currently still in draft stage, but seems quite stable: [Demonstrating Proof-of-Possession at the Applic…
-
Now that custom token schemes are supported, this issue is to discuss adding a DPoP verifier to the smallrye-jwt code. We could also discuss implementing this as a quarkus extension, but I'd like to p…
-
4.3. Validações a serem feitas pelos aplicativos
Após efetuar a leitura de um QR Code dinâmico, os aplicativos de cada participante devem seguir os passos abaixo:
- Verificar se a URL que consta…
-
The spec currently defines that an optional `iss` value in key proof `MUST be the client_id of the Client making the Credential request`. However, in many cases, keys to validate a JWT are obtained in…
-
There are use-cases that would like to use IETF SD-JWT VC draft over W3C VCDM draft, while using DID as user's/subject's identifier. Currently, SD-JWT VC mandates `cnf` claim to be present. It would b…
-
Hello,
I've a deployed Service Fabric cluster using Azure AD authentication and it works well.
I want to use the Azure AD authentication for calling the REST APIs. I use MSAL to negotiate then token…
-
**Describe the bug**
I input my body for /o/token/ and I get this error:
```
Internal Server Error: /o/token/
Traceback (most recent call last):
File "C:\Users\alex.MICHARSKI\AppData\Local\Pr…
-
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 …