JWT Authentication Policy #371
Replies: 2 comments 1 reply
-
|
@Tharsanan1 don't we support for non jwks supported idp's or not accesible . |
Beta Was this translation helpful? Give feedback.
-
|
Should we do policy parameter validation at the deployment stage as well? For example, if a developer defines an issuer that is not available in the key managers list, rather than giving an error during the runtime when the policy is executed, would it be better to do this validation from the controller before the artifact is deployed in the gateway? This concern is not specific to JWT auth. I'm just adding this here since I realized this while going through this policy. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
API gateways need to validate JWT tokens cryptographically. Current solutions lack:
Solution
Introduce JwtAuthentication Policy (v1.0.0) featuring:
Configuration Schema
Example System Configuration
Example API/Per-Route Configuration
Updated Definition 10/12/2025
this is a updated defition based on the new structure and to support self signed certs and local cert based signature verification
Beta Was this translation helpful? Give feedback.
All reactions