-
### What is the feature you are proposing?
JSON Web Key Sets are becoming more and more common these days. While Hono offers a JWT validation middleware it would be very nice to extend the current mi…
-
In the Ruby SDK, `WorkOS::UserManagement.load_sealed_session` seems to fetch the remote JWKS on every load, adding about 100ms to each authenticated request.
We use Rails and for every authenticate…
-
potential move away from jsonwebtoken towards jwks-rsa
-
Hello, I am using an Envoy Gateway `SecurityPolicy` with `JWT` inspection. I have an OIDC provider in the cluster. Periodically, envoy-proxy fires a lot of requests to the `remoteJWKS.uri` endpoint, i…
-
*Description*:
I encountered an issue while using the JWKS URI from the security policy to verify the public key of a user's token. The JWKS information provided by the issuer has the "n" field of th…
-
Hi,
I'm quite new to rust and hope this issue is not due to my lack of experience.
I found that when I create a new Jwks, generate and add a new key to it, deserialize the Jwks to a file and then …
-
How can I validate JWT with JWKS using jwt-scala?
My public key is provided as JWKS. Many IDaaS provides keys as JWKS.
https://www.hanko.io/blog/understanding-jwks
-
The Certificate Issuer needs to inspect the Requestor's Entity Configuration once the Trust Chain is verified, as it requires finding the matching JSON Web Key (JWK).
The JWK can be one of the fede…
-
`authenticate_request` seem to fetch the jwks repeatedly (function `fetch_jwks`) to find the right public key.
is it possible to have this cache the public key instead of doing network calls on eve…
-
EAR and simple tokens are both signed with JWKs, but they use a different implementation to generate the key. Let's make this common code. The tokens currently work a little bit differently, which is …