-
I'm struggling to find a way to configure an alternate uri for `jwks_uri` in `.well-known/openid-configuration`. I have read [discovery_url_options](https://github.com/doorkeeper-gem/doorkeeper-openid…
-
What would you like Teleport to do?
Add Key ID to either the [.well-known/jwks.json](https://goteleport.com/docs/application-access/jwt/introduction/#validate-jwt) payload or the resulting JWT header…
-
When verifying SD-JWTs that have been signed with a DID's key, Nimbus' `JWSVerificationKeySelector` - and therefore the SD-JWT verifier - needs the JWK found in the DID document to have a `kid` that c…
-
make it clear that the receiver of the attestation needs to trust the signer of the attestation and pre-obtain(?) the keys to validate it?
-
### Description
The server administration guide describes how to rotate signing keys for tokens: https://www.keycloak.org/docs/latest/server_admin/#rotating-keys
It should be possible to automate …
jbman updated
2 years ago
-
In `ISSUER_PROTOCOL.md` the struct for `PrivateStateTokenPublicKey` is defined as:
```
struct {
ECPoint pub;
} PrivateStateTokenPublicKey;
```
But, the [WPT test used in chromium](https://…
-
비대칭 알고리즘을 쓴다고 가정했을 때, JWT 토큰의 verification 을 위해서는 public key 가 필요하다.
표준을 따랐을 때, 토큰에 있는 정보로 public key 를 받아올 주소를 알 수 있다.
react native 에서 google signin 모듈을 쓰면 `userInfo` 반환되는데 `idToken` 이 들어있다. 이게 j…
-
I generated a JWK and JWS using the DIF did-auth-jose stack. The JWS can be verified by the DIF did-auth-jose implementation itself but the resulting JWS cannot be verified by [uPort's](https://github…
awoie updated
4 years ago
-
I'm required to use RS256 for a project.
there will be jwks endpoint like this `https://domain-name.auth0.com/.well-known/jwks.json`
I tried to pass the key from jwksUri into the the strategy op…
-
Hi @dvsekhvalnov,
I am trying to decrypt the play integrity token using this lib. The JWE uses A256KW for [alg] and A256GCM for [enc]
below are the code I am trying to execute and it throws the …