-
RFC 7518 [Section 6.3.1.1](https://datatracker.ietf.org/doc/html/rfc7518#section-6.3.1.1) notes that:
> Note that implementers have found that some cryptographic libraries prefix an extra zero-valued…
-
### Version(s) affected
3.1.6
### Description
If the key I'm I want to get from the JWKSet has `kid`, the index is a string, but I'm not able to specify a string as index in config for the symfony …
-
Investigate if this project is in full RFC compliance for JWK parameters using `Base64urlUInt` vs `Base64url Encoding`.
There is a difference in how JWK parameters described by these types. I am co…
-
Can we add a binary and container image build ?
I can propose a PR that use Github Action and gcr.io .
Something like https://github.com/aarnaud/vault-pki-exporter/releases and https://github.co…
-
I have a set of keys generated for the lexik jose bridge bundle that I would to use in another app that implements only jwt-framework library but I discovered that if I set the index key as a string I…
-
This project relies on bouncycastle depencies provided by spring-security-rsa.
The last release of spring-security-rsa was already 2 years ago.
It relies on a dependencies to bcpkix-jdk15on, which i…
-
**Describe the bug**
Getting the authorization code works, getiing the token does not.
after getting the authorization code, calling http://localhost:4002/oauth2/token returns
```
{
"err…
-
**Description**
Looks like there is no way to create a JWKSet with existing JWK defined with the Symfony bundle.
I would like to be able to create a key_set from other keys I have defined in the c…
-
It would be great if the documentation was a little more clear on how to make an implementation.
Right now I'm using this library as an example for an AWS Cognito implementation.
https://github.c…
-
# Problem
I'm currently switching over some JWKS support in one of our modules from using a 3rd party library to adopt the new JWKS support in `jjwt` as of `0.12.0` since it is far more comprehens…