-
Hello.
I have encountered a problem, and it seems that it is related to an incorrect definition in the file `Resources/config/web_token_issuance.xml `:
```
…
-
Full error:
```
ERROR Failed to refresh HTTP JWK Set from remote HTTP resource. error="failed to create JWK from JWK Marshal: failed to validate JSON Web Key: failed to validate JWK: X5TS256 in mar…
-
**Expected Behavior**
It should be possible to customize cache in NimbusJwtDecoder created by OidcIdTokenDecoderFactory.
NimbusJwtDecoder currently supports spring cache as possible implementation…
-
### Discussed in https://github.com/lestrrat-go/jwx/discussions/1083
Originally posted by **rishid** March 1, 2024
I am trying to use `jws.verify` with a KeySet and want to set the kid requir…
-
| Q | A
| -------------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | yes
| RFC? / Specification | no
| Version …
-
Some of Spring Cloud Azure properties are too general to understand what real value they expect.
for example, the `spring.cloud.azure.storage.blob.endpoint` property says `Endpoint for Azure Storag…
stliu updated
4 months ago
-
**Describe the bug**
The [docs](https://web-token.spomky-labs.com/the-components/key-jwk-and-key-set-jwkset/key-set-management) mention a method `JWKSet::createFromKeys(array $keys)`, which I cannot …
-
We have encountered a problem where loading JSON Web Keys (JWKs) results in the following error message:
`"failed to validate JSON Web Key: failed to validate JWK: marshaled JWK does not match orig…
-
Having an expired old JWT that even has the KID removed from the JWKS (rotated cert) .
The first request goes through but the rest are rate limited .
Stack trace with 999 goroutines waiting on rat…
-
path: vendor/web-token/jwt-signature/JWSVerifier.php
``` php
private function verifySignature(JWS $jws, JWKSet $jwkset, Signature $signature, ?string $detachedPayload = null, JWK &$successJwk = nu…