JWTAuth is defined in the policy schema but is not executed by the policy engine yet.
Fields
URL of the JWKS endpoint for token verification.
OIDC issuer URL. Frontline discovers the JWKS URI from the issuer’s
.well-known/openid-configuration.PEM-encoded public key for token verification. Use this for static key pairs.
Required
iss claim value.Allowed
aud claim values.Allowed signing algorithms.
Claim used as the principal subject. Defaults to
sub.When true, requests without a token are allowed through without setting a principal.
Tolerance for time-based claim validation (
exp, nbf, iat), in milliseconds.How long to cache the JWKS response, in milliseconds.
Examples
- OIDC issuer
- JWKS URI
- Optional auth